diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-06-02 12:58:14 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-06-02 12:58:14 -0500 |
commit | f245f4937b2f48df17795887bdde9aeaf4476e39 (patch) | |
tree | 125c14b02f1bc8dd48f68cd18b687564322f70be /src/arch/arm/isa/templates/templates.isa | |
parent | 41012d2418fd355f15488131cc95ee8e4a6302f8 (diff) | |
download | gem5-f245f4937b2f48df17795887bdde9aeaf4476e39.tar.xz |
ARM: Introduce new VFP base classes that are optionally microops.
Diffstat (limited to 'src/arch/arm/isa/templates/templates.isa')
-rw-r--r-- | src/arch/arm/isa/templates/templates.isa | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/arm/isa/templates/templates.isa b/src/arch/arm/isa/templates/templates.isa index 0ffa0e183..2584ec1f2 100644 --- a/src/arch/arm/isa/templates/templates.isa +++ b/src/arch/arm/isa/templates/templates.isa @@ -57,3 +57,6 @@ //Templates for multiplies ##include "mult.isa" + +//Templates for VFP instructions +##include "vfp.isa" |