Searched refs:Suffixes (Results 1 – 6 of 6) sorted by relevance
1018 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in MatchAndEmitInstruction() local1021 Tmp[Base.size()] = Suffixes[0]; in MatchAndEmitInstruction()1026 Tmp[Base.size()] = Suffixes[1]; in MatchAndEmitInstruction()1028 Tmp[Base.size()] = Suffixes[2]; in MatchAndEmitInstruction()1030 Tmp[Base.size()] = Suffixes[3]; in MatchAndEmitInstruction()1054 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0]; in MatchAndEmitInstruction()1055 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1]; in MatchAndEmitInstruction()1056 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2]; in MatchAndEmitInstruction()1057 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3]; in MatchAndEmitInstruction()
72 # Suffixes for data files
2660 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in MatchAndEmitATTInstruction() local2668 Tmp.back() = Suffixes[I]; in MatchAndEmitATTInstruction()2701 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
2982 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in MatchAndEmitATTInstruction() local2990 Tmp.back() = Suffixes[I]; in MatchAndEmitATTInstruction()3023 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
44 # Suffixes for data files
2737 // Suffixes for duration literals [time.duration.literals]