Function xed_sys::xed_operand_values_get_effective_operand_width[][src]

pub unsafe extern "C" fn xed_operand_values_get_effective_operand_width(
    p: *const xed_operand_values_t
) -> u32
Expand description

@ingroup OPERANDS Returns The effective operand width in bits: 16/32/64. Note this is not the same as the width of the operand which can vary! For 8 bit operations, the effective operand width is the machine mode’s default width. If you also want to identify byte operations use the higher level function #xed_decoded_inst_get_operand_width() .