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

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