Skip to main content

instr_set_dst

Function instr_set_dst 

Source
pub unsafe extern "C" fn instr_set_dst(
    instr: *mut instr_t,
    pos: uint,
    opnd: opnd_t,
)
Expand description

Sets \p instr’s destination operand at position \p pos to be \p opnd. Also calls instr_set_raw_bits_valid(\p instr, false) and instr_set_operands_valid(\p instr, true).