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

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