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