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

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