From 79f3673d205617ac567f0566ebf8f450932d9976 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Wed, 31 Aug 2022 21:29:15 +0200 Subject: new arm64_apple target Should make qbe work on apple arm-based hardware. --- arm64/all.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arm64/all.h') diff --git a/arm64/all.h b/arm64/all.h index ff2b3ff..6b7f43e 100644 --- a/arm64/all.h +++ b/arm64/all.h @@ -28,6 +28,8 @@ extern int arm64_rclob[]; bits arm64_retregs(Ref, int[2]); bits arm64_argregs(Ref, int[2]); void arm64_abi(Fn *); +void apple_extsb(Fn *); +void apple_abi(Fn *); /* isel.c */ int arm64_logimm(uint64_t, int); @@ -35,3 +37,4 @@ void arm64_isel(Fn *); /* emit.c */ void arm64_emitfn(Fn *, FILE *); +void apple_emitfn(Fn *, FILE *); -- cgit 1.4.1