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