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

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