ARM: Add a bitfield for setting the regular, inst bits of an ExtMachInst.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:00 +0000 (12:58 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:00 +0000 (12:58 -0500)
src/arch/arm/types.hh

index 456d65ce05c420887ad6af29719cf316e00f8762..adc90ba5d37090a6ec6dce67495ccbfdadeee7a0 100644 (file)
@@ -59,6 +59,8 @@ namespace ArmISA
         Bitfield<33>     sevenAndFour;
         Bitfield<32>     isMisc;
 
+        uint32_t         instBits;
+
         // All the different types of opcode fields.
         Bitfield<27, 25> encoding;
         Bitfield<25>     useImm;