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

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