xed_state_s Struct Reference
[XED initialization]

#include <xed-state.h>


Detailed Description

Encapsulates machine modes for decoder/encoder requests.

It specifies the machine operating mode as a xed_machine_mode_enum_t for decoding and encoding. The machine mode corresponds to the default data operand width for that mode. For all modes other than the 64b long mode (XED_MACHINE_MODE_LONG_64), a default addressing width, and a stack addressing width must be supplied of type xed_address_width_enum_t .

Definition at line 54 of file xed-state.h.

Data Fields

xed_address_width_enum_t addr_width
 IGNORED COMPLETELY -- the addr_width is implied by the machine mode (mmode).
xed_machine_mode_enum_t mmode
 real architected machine modes
xed_address_width_enum_t stack_addr_width
 for 16b/32b modes


Field Documentation

xed_address_width_enum_t addr_width
 

IGNORED COMPLETELY -- the addr_width is implied by the machine mode (mmode).

Definition at line 59 of file xed-state.h.

xed_machine_mode_enum_t mmode
 

real architected machine modes

Definition at line 56 of file xed-state.h.

xed_address_width_enum_t stack_addr_width
 

for 16b/32b modes

Definition at line 62 of file xed-state.h.


The documentation for this struct was generated from the following file:
Generated on Mon Oct 6 20:12:58 2008 for XED2 by  doxygen 1.4.6