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

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2391 unsigned Match1, Match2, Match3, Match4; local
2393 Match1 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore,
2396 if (Match1 == Match_MissingFeature)
2424 (Match1 == Match_Success) + (Match2 == Match_Success) +
2441 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
2465 if ((Match1 == Match_MnemonicFail) && (Match2 == Match_MnemonicFail) &&
2494 if ((Match1 == Match_MissingFeature) + (Match2 == Match_MissingFeature) +
2510 if ((Match1 == Match_InvalidOperand) + (Match2 == Match_InvalidOperand) +

Completed in 83 milliseconds