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