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