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