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

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