Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp3193 static std::string gccifyAsm(std::string asmstr) { in gccifyAsm() function
3234 Out << "__asm__ volatile (\"" << gccifyAsm(as->getAsmString()) << "\"\n"; in visitInlineAsm()