Type Alias xed::XedOperandVisibility

source ·
pub type XedOperandVisibility = xed_operand_visibility_enum_t;

Aliased Type§

enum XedOperandVisibility {
    XED_OPVIS_INVALID = 0,
    XED_OPVIS_EXPLICIT = 1,
    XED_OPVIS_IMPLICIT = 2,
    XED_OPVIS_SUPPRESSED = 3,
    XED_OPVIS_LAST = 4,
}

Variants§

§

XED_OPVIS_INVALID = 0

§

XED_OPVIS_EXPLICIT = 1

< Shows up in operand encoding

§

XED_OPVIS_IMPLICIT = 2

< Part of the opcode, but listed as an operand

§

XED_OPVIS_SUPPRESSED = 3

< Part of the opcode, but not typically listed as an operand

§

XED_OPVIS_LAST = 4