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

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