[][src]Struct xed_sys::xed_interface::xed_encoder_iforms_s

#[repr(C)]
pub struct xed_encoder_iforms_s {
    pub x_MEMDISPv: u32,
    pub x_SIBBASE_ENCODE_SIB1: u32,
    pub x_VEX_MAP_ENC: u32,
    pub x_SIB_NT: u32,
    pub x_UIMM8_1: u32,
    pub x_SIBBASE_ENCODE: u32,
    pub x_VEX_ESCVL_ENC: u32,
    pub x_PREFIX_ENC: u32,
    pub x_VEXED_REX: u32,
    pub x_REMOVE_SEGMENT: u32,
    pub x_VSIB_ENC: u32,
    pub x_EVEX_REXB_ENC: u32,
    pub x_MODRM_RM_ENCODE_EA64_SIB0: u32,
    pub x_VEX_REXXB_ENC: u32,
    pub x_EVEX_REXRR_ENC: u32,
    pub x_AVX512_EVEX_BYTE3_ENC: u32,
    pub x_EVEX_REXW_VVVV_ENC: u32,
    pub x_VEX_REG_ENC: u32,
    pub x_SIMM8: u32,
    pub x_XOP_MAP_ENC: u32,
    pub x_MODRM_RM_ENCODE_EA32_SIB0: u32,
    pub x_UIMM8: u32,
    pub x_MODRM_RM_ENCODE_EA16_SIB0: u32,
    pub x_XOP_REXXB_ENC: u32,
    pub x_EVEX_MAP_ENC: u32,
    pub x_MEMDISP8: u32,
    pub x_MODRM_RM_ENCODE: u32,
    pub x_REX_PREFIX_ENC: u32,
    pub x_UIMM16: u32,
    pub x_VEX_TYPE_ENC: u32,
    pub x_EVEX_UPP_ENC: u32,
    pub x_VEX_REXR_ENC: u32,
    pub x_BRDISP32: u32,
    pub x_MEMDISP32: u32,
    pub x_MEMDISP16: u32,
    pub x_SIBINDEX_ENCODE: u32,
    pub x_SE_IMM8: u32,
    pub x_UIMM32: u32,
    pub x_SIMMz: u32,
    pub x_UIMMv: u32,
    pub x_EVEX_62_REXR_ENC: u32,
    pub x_DISP_NT: u32,
    pub x_MODRM_MOD_ENCODE: u32,
    pub x_MEMDISP: u32,
    pub x_VSIB_ENC_BASE: u32,
    pub x_BRDISP8: u32,
    pub x_BRDISPz: u32,
    pub x_EVEX_REXX_ENC: u32,
    pub x_XOP_TYPE_ENC: u32,
}

Fields

x_MEMDISPv: u32x_SIBBASE_ENCODE_SIB1: u32x_VEX_MAP_ENC: u32x_SIB_NT: u32x_UIMM8_1: u32x_SIBBASE_ENCODE: u32x_VEX_ESCVL_ENC: u32x_PREFIX_ENC: u32x_VEXED_REX: u32x_REMOVE_SEGMENT: u32x_VSIB_ENC: u32x_EVEX_REXB_ENC: u32x_MODRM_RM_ENCODE_EA64_SIB0: u32x_VEX_REXXB_ENC: u32x_EVEX_REXRR_ENC: u32x_AVX512_EVEX_BYTE3_ENC: u32x_EVEX_REXW_VVVV_ENC: u32x_VEX_REG_ENC: u32x_SIMM8: u32x_XOP_MAP_ENC: u32x_MODRM_RM_ENCODE_EA32_SIB0: u32x_UIMM8: u32x_MODRM_RM_ENCODE_EA16_SIB0: u32x_XOP_REXXB_ENC: u32x_EVEX_MAP_ENC: u32x_MEMDISP8: u32x_MODRM_RM_ENCODE: u32x_REX_PREFIX_ENC: u32x_UIMM16: u32x_VEX_TYPE_ENC: u32x_EVEX_UPP_ENC: u32x_VEX_REXR_ENC: u32x_BRDISP32: u32x_MEMDISP32: u32x_MEMDISP16: u32x_SIBINDEX_ENCODE: u32x_SE_IMM8: u32x_UIMM32: u32x_SIMMz: u32x_UIMMv: u32x_EVEX_62_REXR_ENC: u32x_DISP_NT: u32x_MODRM_MOD_ENCODE: u32x_MEMDISP: u32x_VSIB_ENC_BASE: u32x_BRDISP8: u32x_BRDISPz: u32x_EVEX_REXX_ENC: u32x_XOP_TYPE_ENC: u32

Trait Implementations

impl Copy for xed_encoder_iforms_s[src]

impl Clone for xed_encoder_iforms_s[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for xed_encoder_iforms_s[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]