xed_state_t

Type Alias xed_state_t 

Source
pub type xed_state_t = xed_state_s;
Expand 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 . @ingroup INIT

Aliased Type§

#[repr(C)]
pub struct xed_state_t { pub mmode: u32, pub stack_addr_width: u32, }

Fields§

§mmode: u32

real architected machine modes

§stack_addr_width: u32

for 16b/32b modes