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