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