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

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