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

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