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