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