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

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