Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparc.h81 inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) { in SPARCCondCodeToString() function
/external/llvm/lib/Target/Sparc/InstPrinter/
DSparcInstPrinter.cpp170 O << SPARCCondCodeToString((SPCC::CondCodes)CC); in printCCOperand()