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

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