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

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