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