Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "asm-printer" |
◆ PRINT_ALIAS_INSTR
#define PRINT_ALIAS_INSTR |
◆ FullRegNames
cl::opt< bool > FullRegNames("ppc-asm-full-reg-names", cl::Hidden, cl::init(false), cl::desc("Use full register names when printing assembly")) |
( |
"ppc-asm-full-reg-names" | , |
|
|
cl::Hidden | , |
|
|
cl::init(false) | , |
|
|
cl::desc("Use full register names when printing assembly") | ) |
|
static |
◆ FullRegNamesWithPercent
cl::opt< bool > FullRegNamesWithPercent("ppc-reg-with-percent-prefix", cl::Hidden, cl::init(false), cl::desc("Prints full register names with percent")) |
( |
"ppc-reg-with-percent-prefix" | , |
|
|
cl::Hidden | , |
|
|
cl::init(false) | , |
|
|
cl::desc("Prints full register names with percent") | ) |
|
static |
◆ ShowVSRNumsAsVR
cl::opt< bool > ShowVSRNumsAsVR("ppc-vsr-nums-as-vr", cl::Hidden, cl::init(false), cl::desc("Prints full register names with vs{31-63} as v{0-31}")) |
( |
"ppc-vsr-nums-as-vr" | , |
|
|
cl::Hidden | , |
|
|
cl::init(false) | , |
|
|
cl::desc("Prints full register names with vs{31-63} as v{0-31}") | ) |
|
static |