LLVM: lib/Target/CSKY/MCTargetDesc/CSKYInstPrinter.cpp File Reference (original) (raw)

Go to the source code of this file.

Macros
#define DEBUG_TYPE "csky-asm-printer"
#define PRINT_ALIAS_INSTR
Variables
static cl::opt< bool > NoAliases ("csky-no-aliases", cl::desc("Disable the emission of assembler pseudo instructions"), cl::init(false), cl::Hidden)
static cl::opt< bool > ArchRegNames ("csky-arch-reg-names", cl::desc("Print architectural register names rather than the " "ABI names (such as r14 instead of sp)"), cl::init(false), cl::Hidden)

DEBUG_TYPE

#define DEBUG_TYPE "csky-asm-printer"

PRINT_ALIAS_INSTR

#define PRINT_ALIAS_INSTR

ArchRegNames

cl::opt< bool > ArchRegNames("csky-arch-reg-names", cl::desc("Print architectural register names rather than the " "ABI names (such as r14 instead of sp)"), cl::init(false), cl::Hidden) ( "csky-arch-reg-names" , cl::desc("Print architectural register names rather than the " "ABI names (such as r14 instead of sp)") , cl::init(false) , cl::Hidden ) static

NoAliases

cl::opt< bool > NoAliases("csky-no-aliases", cl::desc("Disable the emission of assembler pseudo instructions"), cl::init(false), cl::Hidden) ( "csky-no-aliases" , cl::desc("Disable the emission of assembler pseudo instructions") , cl::init(false) , cl::Hidden ) static