From b1b7c49cb70486cb68f9e30da7f770ae7efd932a Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 1 May 2010 14:32:32 +0000 Subject: ARM version of Machregsaux git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1327 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- arm/Machregsaux.mli | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 arm/Machregsaux.mli (limited to 'arm/Machregsaux.mli') diff --git a/arm/Machregsaux.mli b/arm/Machregsaux.mli new file mode 100644 index 00000000..400c5abb --- /dev/null +++ b/arm/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 register_by_name: string -> Machregs.mreg option +val can_reserve_register: Machregs.mreg -> bool +val name_of_register: Machregs.mreg -> string option -- cgit