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

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