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

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