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

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