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

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2391 unsigned Match1, Match2, Match3, Match4; local
2411 Match4 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore,
2414 if (Match4 == Match_MissingFeature)
2425 (Match3 == Match_Success) + (Match4 == Match_Success);
2444 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3];
2466 (Match3 == Match_MnemonicFail) && (Match4 == Match_MnemonicFail)) {
2495 (Match3 == Match_MissingFeature) + (Match4 == Match_MissingFeature) == 1){
2511 (Match3 == Match_InvalidOperand) + (Match4 == Match_InvalidOperand) == 1){

Completed in 62 milliseconds