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

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