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

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2493 unsigned Match1, Match2, Match3, Match4; local
2495 Match1 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore,
2498 if (Match1 == Match_MissingFeature)
2526 (Match1 == Match_Success) + (Match2 == Match_Success) +
2543 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
2567 if ((Match1 == Match_MnemonicFail) && (Match2 == Match_MnemonicFail) &&
2596 if ((Match1 == Match_MissingFeature) + (Match2 == Match_MissingFeature) +
2612 if ((Match1 == Match_InvalidOperand) + (Match2 == Match_InvalidOperand) +

Completed in 103 milliseconds