Add an address size bitfield to the isa description and the ExtMachInst
authorGabe Black <gblack@eecs.umich.edu>
Tue, 12 Jun 2007 16:23:42 +0000 (16:23 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 12 Jun 2007 16:23:42 +0000 (16:23 +0000)
--HG--
extra : convert_revision : f8907ef5ef77e050eeb00d895263b49da4a9b6e9

src/arch/x86/isa/bitfields.isa
src/arch/x86/types.hh

index e4a5e310c00b7de6ad37a7739cbbf5cd6d7880d9..c7ed02f2c1496ecadddae3c095fd6e3ec9187eb6 100644 (file)
@@ -87,3 +87,4 @@ def bitfield SIB_INDEX sib.index;
 def bitfield SIB_BASE sib.base;
 
 def bitfield OPSIZE opSize;
+def bitfield ADDRSIZE addrSize;
index 022f20ee589ed1f07a7cfd2fa36910e5e51dbbef..22525835864ef0596a6dc389c329ce03eb89972a 100644 (file)
@@ -149,7 +149,8 @@ namespace X86ISA
 
         //The effective operand size.
         uint8_t opSize;
-        //The
+        //The effective address size.
+        uint8_t addrSize;
     };
 
     inline static std::ostream &