Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1018 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in MatchAndEmitInstruction() local
1021 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()
/external/icu/icu4c/source/extra/uconv/
Dmakedata.mak72 # Suffixes for data files
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2660 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in MatchAndEmitATTInstruction() local
2668 Tmp.back() = Suffixes[I]; in MatchAndEmitATTInstruction()
2701 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2982 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in MatchAndEmitATTInstruction() local
2990 Tmp.back() = Suffixes[I]; in MatchAndEmitATTInstruction()
3023 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
/external/icu/icu4c/source/data/
Dmakedata.mak44 # Suffixes for data files
/external/libcxx/include/
Dchrono2737 // Suffixes for duration literals [time.duration.literals]