summaryrefslogtreecommitdiff
path: root/src/arch/arm/types.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:03 -0500
committerGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:03 -0500
commit2196f75a25e3a958c56686a5a19b21df9db0e750 (patch)
tree29c080b95f6e308f3011bcc1ad54e69ba85e7601 /src/arch/arm/types.hh
parent33da368e99955230a7d83c33c49c42fb59ec5015 (diff)
downloadgem5-2196f75a25e3a958c56686a5a19b21df9db0e750.tar.xz
ARM: Hook the new multiply instructions into all the decoders.
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 62547d53c..7c961daa4 100644
--- a/src/arch/arm/types.hh
+++ b/src/arch/arm/types.hh
@@ -67,6 +67,7 @@ namespace ArmISA
Bitfield<24, 21> opcode;
Bitfield<24, 20> mediaOpcode;
Bitfield<24> opcode24;
+ Bitfield<24, 23> opcode24_23;
Bitfield<23, 20> opcode23_20;
Bitfield<23, 21> opcode23_21;
Bitfield<20> opcode20;