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

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