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

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