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