[][src]Function xed_sys::xed_decoded_inst_operand_length

pub unsafe extern "C" fn xed_decoded_inst_operand_length(
    p: *const xed_decoded_inst_t,
    operand_index: c_uint
) -> c_uint

Deprecated -- returns the length in bytes of the operand_index'th operand. Use #xed_decoded_inst_operand_length_bits() instead. @ingroup DEC