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