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