Type Alias xed_sys::xed_inst_t

source ·
pub type xed_inst_t = xed_inst_s;
Expand description

@ingroup DEC constant information about a decoded instruction form, including the pointer to the constant operand properties #xed_operand_t for this instruction form.

Aliased Type§

struct xed_inst_t {
    pub _noperands: u8,
    pub _cpl: u8,
    pub _flag_complex: u8,
    pub _exceptions: u8,
    pub _flag_info_index: u16,
    pub _iform_enum: u16,
    pub _operand_base: u16,
    pub _attributes: u16,
}

Fields§

§_noperands: u8§_cpl: u8§_flag_complex: u8§_exceptions: u8§_flag_info_index: u16§_iform_enum: u16§_operand_base: u16§_attributes: u16