Method MatchBlt
MatchBlt(Instruction, out ILLabel)
public static bool MatchBlt(this Instruction instr, out ILLabel value)Parameters
- instrInstruction
- The instruction to try to match.
- valueILLabel
- The operand value of the instruction.
Returns
MatchBlt(Instruction, ILLabel)
public static bool MatchBlt(this Instruction instr, ILLabel value)Parameters
- instrInstruction
- The instruction to try to match.
- valueILLabel
- The operand value required for the instruction to match.
Returns
MatchBlt(Instruction, Instruction)
public static bool MatchBlt(this Instruction instr, Instruction value)Parameters
- instrInstruction
- The instruction to try to match.
- valueInstruction
- The operand value required for the instruction to match.