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