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