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