instr_set_src

Function instr_set_src 

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

Sets \p instr’s source 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).