pub unsafe extern "C" fn instr_create_0dst_3src(
drcontext: *mut c_void,
opcode: c_int,
src1: opnd_t,
src2: opnd_t,
src3: opnd_t,
) -> *mut instr_tExpand description
Convenience routine that returns an initialized instr_t allocated on the thread-local heap with opcode \p opcode and three sources (\p src1, \p src2, \p src3).