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

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