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