summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/bitfields.isa
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
commit659f8d021f245acc13773466d0818a7c4d850611 (patch)
treef2c56ac635d6fae1231c77753a538778bbbcfff4 /src/arch/arm/isa/bitfields.isa
parentbc6ae010c9113efdc8a3613d49c30fc5da1dd53e (diff)
downloadgem5-659f8d021f245acc13773466d0818a7c4d850611.tar.xz
ARM: Add bitfields for 32 bit thumb.
Diffstat (limited to 'src/arch/arm/isa/bitfields.isa')
-rw-r--r--src/arch/arm/isa/bitfields.isa27
1 files changed, 26 insertions, 1 deletions
diff --git a/src/arch/arm/isa/bitfields.isa b/src/arch/arm/isa/bitfields.isa
index 807f4be96..c9696a115 100644
--- a/src/arch/arm/isa/bitfields.isa
+++ b/src/arch/arm/isa/bitfields.isa
@@ -116,7 +116,7 @@ def bitfield PUNWL punwl;
// M5 instructions
def bitfield M5FUNC m5Func;
-// Thumb bitfields
+// 16 bit thumb bitfields
def bitfield TOPCODE_15_13 topcode15_13;
def bitfield TOPCODE_13_11 topcode13_11;
def bitfield TOPCODE_12_11 topcode12_11;
@@ -131,3 +131,28 @@ def bitfield TOPCODE_7_6 topcode7_6;
def bitfield TOPCODE_7_5 topcode7_5;
def bitfield TOPCODE_7_4 topcode7_4;
def bitfield TOPCODE_3_0 topcode3_0;
+
+// 32 bit thumb bitfields
+def bitfield HTOPCODE_12_11 htopcode12_11;
+def bitfield HTOPCODE_10_9 htopcode10_9;
+def bitfield HTOPCODE_9 htopcode9;
+def bitfield HTOPCODE_9_8 htopcode9_8;
+def bitfield HTOPCODE_9_5 htopcode9_5;
+def bitfield HTOPCODE_9_4 htopcode9_4;
+def bitfield HTOPCODE_8 htopcode8;
+def bitfield HTOPCODE_8_7 htopcode8_7;
+def bitfield HTOPCODE_8_6 htopcode8_6;
+def bitfield HTOPCODE_8_5 htopcode8_5;
+def bitfield HTOPCODE_6_5 htopcode6_5;
+def bitfield HTOPCODE_5_4 htopcode5_4;
+def bitfield HTOPCODE_4 htopcode4;
+
+def bitfield HTRN htrn;
+def bitfield HTS hts;
+
+def bitfield LTOPCODE_15 ltopcode15;
+def bitfield LTOPCODE_7_4 ltopcode7_4;
+def bitfield LTOPCODE_4 ltopcode4;
+
+def bitfield LTRD ltrd;
+def bitfield LTCOPROC ltcoproc;