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