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