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

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