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