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