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

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