Skip to main content

opnd_create_reg_ex

Function opnd_create_reg_ex 

Source
pub unsafe extern "C" fn opnd_create_reg_ex(
    r: reg_id_t,
    subsize: opnd_size_t,
    flags: dr_opnd_flags_t,
) -> opnd_t
Expand description

Returns a register operand with additional properties specified by \p flags. If \p subsize is 0, creates a full-sized register; otherwise, creates a partial register in the manner of opnd_create_reg_partial().