aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/sly44.c
blob: 628ac818584ac474ee75d910854cb7c4b043b3a5 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(sly44) {
	NEXT_OP(sp, a, x, y << 44, o);
}