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

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