LLVM 22.0.0git
CSKYInstPrinter.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "csky-asm-printer"
#define PRINT_ALIAS_INSTR

Variables

static cl::opt< boolNoAliases ("csky-no-aliases", cl::desc("Disable the emission of assembler pseudo instructions"), cl::init(false), cl::Hidden)
static cl::opt< boolArchRegNames ("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)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "csky-asm-printer"

Definition at line 32 of file CSKYInstPrinter.cpp.

◆ PRINT_ALIAS_INSTR

#define PRINT_ALIAS_INSTR

Definition at line 35 of file CSKYInstPrinter.cpp.

Variable Documentation

◆ 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