Add an address size bitfield to the isa description and the ExtMachInst

--HG--
extra : convert_revision : f8907ef5ef77e050eeb00d895263b49da4a9b6e9
This commit is contained in:
Gabe Black 2007-06-12 16:23:42 +00:00
parent 4ad73abcfb
commit d0c5da2cd4
2 changed files with 3 additions and 1 deletions

View 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;

View 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 &