Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Match4

1034   unsigned Match1, Match2, Match3, Match4;
1042 Match4 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore);
1052 (Match3 == Match_Success) + (Match4 == Match_Success);
1068 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3];
1090 (Match3 == Match_MnemonicFail) && (Match4 == Match_MnemonicFail)) {
1115 (Match3 == Match_MissingFeature) + (Match4 == Match_MissingFeature) == 1){
1123 (Match3 == Match_InvalidOperand) + (Match4 == Match_InvalidOperand) == 1){