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

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