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