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

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