summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/main.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:01 -0500
committerGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:01 -0500
commit81fdced83f21db2fc1da1541365166fbd5918027 (patch)
tree977dffd524f89206f9607b8b9f82ede94e42db20 /src/arch/arm/isa/main.isa
parent321d3a6e8c9ed9511f7944c8ad8dbd16508cb5ad (diff)
downloadgem5-81fdced83f21db2fc1da1541365166fbd5918027.tar.xz
ARM: Define the load instructions from outside the decoder.
Diffstat (limited to 'src/arch/arm/isa/main.isa')
-rw-r--r--src/arch/arm/isa/main.isa6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/arm/isa/main.isa b/src/arch/arm/isa/main.isa
index a3df32e63..6bb5a5ddc 100644
--- a/src/arch/arm/isa/main.isa
+++ b/src/arch/arm/isa/main.isa
@@ -62,6 +62,12 @@ namespace ArmISA;
//Include the operand_types and operand definitions
##include "operands.isa"
+//Templates for the C++ versions of the instructions
+##include "templates/templates.isa"
+
+//Include manually defined instructions
+##include "insts/insts.isa"
+
//Include the definitions for the instruction formats
##include "formats/formats.isa"