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