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

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