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