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