From 71d69df10047aa5710adb4bcdc75e18bec4dbf27 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 27 Apr 2021 12:19:26 +0200 Subject: add auxfile --- aarch64/Machregsaux.mli | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 aarch64/Machregsaux.mli (limited to 'aarch64') diff --git a/aarch64/Machregsaux.mli b/aarch64/Machregsaux.mli new file mode 100644 index 00000000..01b0f9fd --- /dev/null +++ b/aarch64/Machregsaux.mli @@ -0,0 +1,17 @@ +(* *********************************************************************) +(* *) +(* The Compcert verified compiler *) +(* *) +(* Xavier Leroy, INRIA Paris-Rocquencourt *) +(* *) +(* Copyright Institut National de Recherche en Informatique et en *) +(* Automatique. All rights reserved. This file is distributed *) +(* under the terms of the INRIA Non-Commercial License Agreement. *) +(* *) +(* *********************************************************************) + +(** Auxiliary functions on machine registers *) + +val is_scratch_register: string -> bool + +val class_of_type: AST.typ -> int -- cgit