Skip to main content

instr_create_4dst_1src

Function instr_create_4dst_1src 

Source
pub unsafe extern "C" fn instr_create_4dst_1src(
    drcontext: *mut c_void,
    opcode: c_int,
    dst1: opnd_t,
    dst2: opnd_t,
    dst3: opnd_t,
    dst4: opnd_t,
    src: opnd_t,
) -> *mut instr_t
Expand description

Convenience routine that returns an initialized instr_t allocated on the thread-local heap with opcode \p opcode, four destinations (\p dst1, \p dst2, \p dst3, \p dst4) and 1 source (\p src).