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

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