Home
last modified time | relevance | path

Searched refs:Match4 (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2493 unsigned Match1, Match2, Match3, Match4; in MatchAndEmitInstruction() local
2513 Match4 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore, in MatchAndEmitInstruction()
2516 if (Match4 == Match_MissingFeature) in MatchAndEmitInstruction()
2527 (Match3 == Match_Success) + (Match4 == Match_Success); in MatchAndEmitInstruction()
2546 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3]; in MatchAndEmitInstruction()
2568 (Match3 == Match_MnemonicFail) && (Match4 == Match_MnemonicFail)) { in MatchAndEmitInstruction()
2597 (Match3 == Match_MissingFeature) + (Match4 == Match_MissingFeature) == 1){ in MatchAndEmitInstruction()
2613 (Match3 == Match_InvalidOperand) + (Match4 == Match_InvalidOperand) == 1){ in MatchAndEmitInstruction()