summaryrefslogtreecommitdiff
path: root/src/arch/arm/types.hh
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2009-11-17 18:02:09 -0600
committerAli Saidi <Ali.Saidi@ARM.com>2009-11-17 18:02:09 -0600
commit422f0d9f10c6c3899be5992f9e5555598d4de0d2 (patch)
treef7f1935233dcec259a2b87da2afccf53c146a280 /src/arch/arm/types.hh
parent0916c376a97dacf5d11589cfea084f0e7feda4cf (diff)
downloadgem5-422f0d9f10c6c3899be5992f9e5555598d4de0d2.tar.xz
ARM: Begin implementing CP15
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 07fa33ea1..e0b3951b9 100644
--- a/src/arch/arm/types.hh
+++ b/src/arch/arm/types.hh
@@ -58,6 +58,7 @@ namespace ArmISA
Bitfield<15, 12> opcode15_12;
Bitfield<15> opcode15;
Bitfield<7, 4> miscOpcode;
+ Bitfield<7,5> opc2;
Bitfield<7> opcode7;
Bitfield<4> opcode4;