Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2697 char MatchChars[4]; in MatchAndEmitATTInstruction() local
2701 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
2711 OS << "'" << Base << MatchChars[i] << "'"; in MatchAndEmitATTInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3322 char MatchChars[4]; in MatchAndEmitATTInstruction() local
3326 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
3336 OS << "'" << Base << MatchChars[i] << "'"; in MatchAndEmitATTInstruction()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp4290 char MatchChars[4]; in MatchAndEmitATTInstruction() local
4294 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
4304 OS << "'" << Base << MatchChars[i] << "'"; in MatchAndEmitATTInstruction()