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