Function xed_sys::xed_decoded_inst_get_operand_width[][src]

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

Returns the operand width in bits: 8/16/32/64. This is different than the #xed_operand_values_get_effective_operand_width() which only returns 16/32/64. This factors in the BYTEOP attribute when computing its return value. This function provides a information for that is only useful for (scalable) GPR-operations. Individual operands have more specific information available from #xed_decoded_inst_operand_element_size_bits() @ingroup DEC