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