aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-04-27 12:19:26 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-04-27 12:19:26 +0200
commit71d69df10047aa5710adb4bcdc75e18bec4dbf27 (patch)
treeae59e34d40a68d8cf28fcb1d8cfa1660e4feed20 /aarch64
parentac7b7bd5e911d21439615263e5fd9d132c0e7fba (diff)
downloadcompcert-kvx-71d69df10047aa5710adb4bcdc75e18bec4dbf27.tar.gz
compcert-kvx-71d69df10047aa5710adb4bcdc75e18bec4dbf27.zip
add auxfile
Diffstat (limited to 'aarch64')
-rw-r--r--aarch64/Machregsaux.mli17
1 files changed, 17 insertions, 0 deletions
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