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

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