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

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