instr_same

Function instr_same 

Source
pub unsafe extern "C" fn instr_same(
    instr1: *mut instr_t,
    instr2: *mut instr_t,
) -> bool_
Expand description

Returns true iff \p instr1 and \p instr2 have the same opcode, prefixes, and source and destination operands (uses opnd_same() to compare the operands).