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).