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