From 51e3a17d2e65b095861c243807f4e8d76c60ea0e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 17 Dec 2020 10:02:23 +0000 Subject: Add Software pipelining stage by tristan et al. --- src/SoftwarePipelining/SPMVE.mli | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/SoftwarePipelining/SPMVE.mli (limited to 'src/SoftwarePipelining/SPMVE.mli') diff --git a/src/SoftwarePipelining/SPMVE.mli b/src/SoftwarePipelining/SPMVE.mli new file mode 100644 index 0000000..418a3ab --- /dev/null +++ b/src/SoftwarePipelining/SPMVE.mli @@ -0,0 +1,17 @@ +(***********************************************************************) +(* *) +(* Compcert Extensions *) +(* *) +(* Jean-Baptiste Tristan *) +(* *) +(* All rights reserved. This file is distributed under the terms *) +(* described in file ../../LICENSE. *) +(* *) +(***********************************************************************) + + +open Basic +open IMS + +val mve : G.t -> int NI.t -> int -> + (G.V.t option) array * G.V.t list * G.V.t list * int * int * (reg * reg) list * (reg * reg) list -- cgit