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

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