aboutsummaryrefslogtreecommitdiffstats
path: root/arm/SelectLong.vp
diff options
context:
space:
mode:
Diffstat (limited to 'arm/SelectLong.vp')
-rw-r--r--arm/SelectLong.vp21
1 files changed, 21 insertions, 0 deletions
diff --git a/arm/SelectLong.vp b/arm/SelectLong.vp
new file mode 100644
index 00000000..cc7a38f6
--- /dev/null
+++ b/arm/SelectLong.vp
@@ -0,0 +1,21 @@
+(* *********************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Xavier Leroy, INRIA Paris *)
+(* *)
+(* 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. *)
+(* *)
+(* *********************************************************************)
+
+(** Instruction selection for 64-bit integer operations *)
+
+Require Import Coqlib.
+Require Import Compopts.
+Require Import AST Integers Floats.
+Require Import Op CminorSel.
+Require Import SelectOp SplitLong.
+
+(** This file is empty because we use the default implementation provided in [SplitLong]. *)