LLVM: lib/Target/ARC/MCTargetDesc/ARCInstPrinter.cpp File Reference (original) (raw)
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "asm-printer" |
| Functions | |
|---|---|
| template<class T> | |
| static const char * | BadConditionCode (T cc) |
| static const char * | ARCBRCondCodeToString (ARCCC::BRCondCode BRCC) |
| static const char * | ARCCondCodeToString (ARCCC::CondCode CC) |
| static void | printExpr (const MCExpr *Expr, const MCAsmInfo *MAI, raw_ostream &OS) |
◆ DEBUG_TYPE
#define DEBUG_TYPE "asm-printer"
◆ ARCBRCondCodeToString()
◆ ARCCondCodeToString()
Definition at line 54 of file ARCInstPrinter.cpp.
References llvm::ARCCC::AL, BadConditionCode(), llvm::ARCCC::EQ, llvm::ARCCC::GE, llvm::ARCCC::GT, llvm::ARCCC::HI, llvm::ARCCC::HS, llvm::ARCCC::LE, llvm::ARCCC::LO, llvm::ARCCC::LS, llvm::ARCCC::LT, llvm::ARCCC::N, llvm::ARCCC::NE, llvm::ARCCC::NZ, llvm::ARCCC::P, llvm::ARCCC::PNZ, llvm::ARCCC::VC, llvm::ARCCC::VS, and llvm::ARCCC::Z.
Referenced by llvm::ARCInstPrinter::printCCOperand().