[][src]Function xed_sys::xed_operand_width_bits

pub unsafe extern "C" fn xed_operand_width_bits(
    p: *const xed_operand_t,
    eosz: u32
) -> u32

@ingroup DEC @param p an operand template, #xed_operand_t. @param eosz effective operand size of the instruction, 1 | 2 | 3 for 16 | 32 | 64 bits respectively. 0 is invalid. @return the actual width of operand in bits. See xed_decoded_inst_operand_length_bits() for a more general solution.