Method MatchXor
MatchXor(Instruction)
Matches an instruction with opcode Xor.
public static bool MatchXor(this Instruction instr)
Parameters
instrInstruction- The instruction to try to match.
public static bool MatchXor(this Instruction instr)
instr Instruction