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