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

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