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