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

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