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