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

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