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