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