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