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