OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPARCCondCodeToString
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
Sparc.h
75
inline static const char *
SPARCCondCodeToString
(SPCC::CondCodes CC) {
SparcAsmPrinter.cpp
176
O <<
SPARCCondCodeToString
((SPCC::CondCodes)CC);
/external/llvm/lib/Target/Sparc/
Sparc.h
96
inline static const char *
SPARCCondCodeToString
(SPCC::CondCodes CC) {
/external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp
189
O <<
SPARCCondCodeToString
((SPCC::CondCodes)CC);
Completed in 78 milliseconds