aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/srx15.c
blob: 338fde1612b3c131afd0b5f6d7f846550f793ef9 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(srx15) {
	NEXT_OP(sp, a, (sreg_t)x >> 15, y, o);
}