aboutsummaryrefslogtreecommitdiff
path: root/ops/addi/addix64.c
blob: 4923ed3de735e796478ed1cd564dfba42608af76 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

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