Skip to main content

instr_create_5dst_8src

Function instr_create_5dst_8src 

Source
pub unsafe extern "C" fn instr_create_5dst_8src(
    drcontext: *mut c_void,
    opcode: c_int,
    dst1: opnd_t,
    dst2: opnd_t,
    dst3: opnd_t,
    dst4: opnd_t,
    dst5: opnd_t,
    src1: opnd_t,
    src2: opnd_t,
    src3: opnd_t,
    src4: opnd_t,
    src5: opnd_t,
    src6: opnd_t,
    src7: opnd_t,
    src8: 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, five destinations (\p dst1, \p dst2, \p dst3, \p dst4, \p dst5) and eight sources (\p src1, \p src2, \p src3, \p src4, \p src5, \p src6, \p src7, \p src8).