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

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