Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparc.h96 inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) { in SPARCCondCodeToString() function
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.cpp189 O << SPARCCondCodeToString((SPCC::CondCodes)CC); in printCCOperand()