aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/slo37.c
blob: 0771073fb5b37bc3da792d0f001237c2439efb69 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(slo37) {
	NEXT_OP(sp, a, x, y, o << 37);
}