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