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