#include <xed-state.h>
It specifies the machine operating mode as a xed_machine_mode_enum_t for decoding and encoding. 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 53 of file xed-state.h.
Data Fields | |
| xed_address_width_enum_t | addr_width |
| the current default addressing width. | |
| xed_machine_mode_enum_t | mmode |
| real architected machine modes | |
| xed_address_width_enum_t | stack_addr_width |
| for 16b/32b modes | |
|
|
the current default addressing width.
Definition at line 58 of file xed-state.h. |
|
|
real architected machine modes
Definition at line 55 of file xed-state.h. |
|
|
for 16b/32b modes
Definition at line 61 of file xed-state.h. |
1.4.6