diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-02-13 16:29:19 +0000 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-02-13 16:29:19 +0000 |
commit | ca0541145d4443505be1c37a5e30f8b65fb9144e (patch) | |
tree | 716381a338191646cbdba798194084acdc2c5be8 /Everything.agda | |
parent | d00c4d301f2995ac40a011b711f2c16526e188b8 (diff) |
Add Barrett implementation to Everything
Diffstat (limited to 'Everything.agda')
-rw-r--r-- | Everything.agda | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Everything.agda b/Everything.agda index f3f1bda..aa36309 100644 --- a/Everything.agda +++ b/Everything.agda @@ -60,5 +60,8 @@ import Helium.Instructions.Base -- Definitions of the data for a subset of Armv8-M instructions. import Helium.Instructions.Core +-- Implementation of Barrett reduction. +import Helium.Instructions.Instances.Barrett + -- Base definitions for the denotational semantics. import Helium.Semantics.Denotational.Core |