summaryrefslogtreecommitdiff
path: root/src/arch/arm/types.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-11-10 23:44:05 -0800
committerGabe Black <gblack@eecs.umich.edu>2009-11-10 23:44:05 -0800
commit5524af83efab8ee502f84987d56306ecd140ab80 (patch)
tree7de595bd61e59122447c5ecabdaa92a52135a25e /src/arch/arm/types.hh
parent850eb54a7c3408b887a0f6663c021fd61f227204 (diff)
downloadgem5-5524af83efab8ee502f84987d56306ecd140ab80.tar.xz
ARM: Fix some bugs in the ISA desc and fill out some instructions.
Diffstat (limited to 'src/arch/arm/types.hh')
-rw-r--r--src/arch/arm/types.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/arm/types.hh b/src/arch/arm/types.hh
index d5cc07eaf..237bf8412 100644
--- a/src/arch/arm/types.hh
+++ b/src/arch/arm/types.hh
@@ -52,6 +52,7 @@ namespace ArmISA
Bitfield<23, 21> opcode23_21;
Bitfield<22> opcode22;
Bitfield<19> opcode19;
+ Bitfield<18> opcode18;
Bitfield<15, 12> opcode15_12;
Bitfield<15> opcode15;
Bitfield<7, 4> miscOpcode;