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