From 952253483b85bee25f8ef23cc147fade2bf0c00f Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 2 Jun 2010 12:58:07 -0500 Subject: ARM: Rearrange the load/store double/exclusive, table branch thumb decoding. --- src/arch/arm/types.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/arm/types.hh') diff --git a/src/arch/arm/types.hh b/src/arch/arm/types.hh index 7c961daa4..e99a00435 100644 --- a/src/arch/arm/types.hh +++ b/src/arch/arm/types.hh @@ -159,6 +159,7 @@ namespace ArmISA Bitfield<24, 21> htopcode8_5; Bitfield<23> htopcode7; Bitfield<23, 21> htopcode7_5; + Bitfield<22> htopcode6; Bitfield<22, 21> htopcode6_5; Bitfield<21, 20> htopcode5_4; Bitfield<20> htopcode4; -- cgit v1.2.3