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