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

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