summaryrefslogtreecommitdiff
path: root/src/arch/arm/types.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-07-01 22:11:54 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-07-01 22:11:54 -0700
commit4f98171479c8b9f8544665a19520e279fcd30f5b (patch)
tree087b117a27c3a3545720f475fcd6fc45f1146562 /src/arch/arm/types.hh
parentb8f064c88c48c549987a13eb4f4350bc6745ab15 (diff)
downloadgem5-4f98171479c8b9f8544665a19520e279fcd30f5b.tar.xz
ARM: Decode some media instructions. These are untested.
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 cff6b123c..707d7d0f6 100644
--- a/src/arch/arm/types.hh
+++ b/src/arch/arm/types.hh
@@ -46,6 +46,7 @@ namespace ArmISA
// All the different types of opcode fields.
Bitfield<27, 25> encoding;
Bitfield<24, 21> opcode;
+ Bitfield<24, 20> mediaOpcode;
Bitfield<24, 23> opcode24_23;
Bitfield<24> opcode24;
Bitfield<23, 20> opcode23_20;