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