summaryrefslogtreecommitdiff
path: root/src/arch/arm/types.hh
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
commit4ebd44dc4f8d7b5085a8f1d1929cdd0381bc7c43 (patch)
tree9e0b0c868735f864ec218963faa75cbbbf30047c /src/arch/arm/types.hh
parent386424ccb59ffdabcb4ce9d363903741e329ebcb (diff)
downloadgem5-4ebd44dc4f8d7b5085a8f1d1929cdd0381bc7c43.tar.xz
ARM: Flesh out the 32 bit thumb store single 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 23152d3cf..9bdf69305 100644
--- a/src/arch/arm/types.hh
+++ b/src/arch/arm/types.hh
@@ -156,6 +156,7 @@ namespace ArmISA
Bitfield<24, 22> htopcode8_6;
Bitfield<24, 21> htopcode8_5;
Bitfield<23> htopcode7;
+ Bitfield<23, 21> htopcode7_5;
Bitfield<22, 21> htopcode6_5;
Bitfield<21, 20> htopcode5_4;
Bitfield<20> htopcode4;