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

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