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

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