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