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

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