Searched defs:Match1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1629 unsigned Match1, Match2, Match3, Match4; local
1632 Match1 = MatchInstructionImpl(Operands, tKind, Inst, ErrorInfoIgnore);
1633 if (Match1 == Match_Success) Kind = tKind;
1651 (Match1 == Match_Success) + (Match2 == Match_Success) +
1666 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
1690 if ((Match1 == Match_MnemonicFail) && (Match2 == Match_MnemonicFail) &&
1719 if ((Match1 == Match_MissingFeature) + (Match2 == Match_MissingFeature) +
1728 if ((Match1 == Match_InvalidOperand) + (Match2 == Match_InvalidOperand) +

Completed in 46 milliseconds