aboutsummaryrefslogtreecommitdiff
path: root/ops/li/li64.c
blob: 068cccf5ac5efebcdd3539363e5290728f2c2f0c (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(li64) {
	UNUSED(o); NEXT_OP(sp, a, x, y, 64);
}