Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Match2

1921   unsigned Match1, Match2, Match3, Match4;
1929 Match2 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore,
1932 if (Match2 == Match_MissingFeature)
1954 (Match1 == Match_Success) + (Match2 == Match_Success) +
1972 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1];
1995 if ((Match1 == Match_MnemonicFail) && (Match2 == Match_MnemonicFail) &&
2024 if ((Match1 == Match_MissingFeature) + (Match2 == Match_MissingFeature) +
2040 if ((Match1 == Match_InvalidOperand) + (Match2 == Match_InvalidOperand) +