summaryrefslogtreecommitdiff
path: root/src/arch/arm/types.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:00 -0500
committerGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:00 -0500
commitbc6ae010c9113efdc8a3613d49c30fc5da1dd53e (patch)
tree08b9bd932c0f615850c203f6ee1bc407480721ff /src/arch/arm/types.hh
parent7b8525287d7474fc90aba9ee7174174b1b672ea4 (diff)
downloadgem5-bc6ae010c9113efdc8a3613d49c30fc5da1dd53e.tar.xz
ARM: Decode VFP instructions.
Diffstat (limited to 'src/arch/arm/types.hh')
-rw-r--r--src/arch/arm/types.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/arm/types.hh b/src/arch/arm/types.hh
index b0251e8fa..72745a83c 100644
--- a/src/arch/arm/types.hh
+++ b/src/arch/arm/types.hh
@@ -71,6 +71,7 @@ namespace ArmISA
Bitfield<23, 21> opcode23_21;
Bitfield<20> opcode20;
Bitfield<22> opcode22;
+ Bitfield<19, 16> opcode19_16;
Bitfield<19> opcode19;
Bitfield<18> opcode18;
Bitfield<15, 12> opcode15_12;
@@ -78,6 +79,7 @@ namespace ArmISA
Bitfield<7, 4> miscOpcode;
Bitfield<7,5> opc2;
Bitfield<7> opcode7;
+ Bitfield<6> opcode6;
Bitfield<4> opcode4;
Bitfield<31, 28> condCode;