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