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

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