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