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