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