LLVM 19.0.0git
Macros | Variables
PPCInstPrinter.cpp File Reference
#include "MCTargetDesc/PPCInstPrinter.h"
#include "MCTargetDesc/PPCMCTargetDesc.h"
#include "MCTargetDesc/PPCPredicates.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/raw_ostream.h"
#include "PPCGenAsmWriter.inc"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "asm-printer"
 
#define PRINT_ALIAS_INSTR
 

Variables

static cl::opt< boolFullRegNames ("ppc-asm-full-reg-names", cl::Hidden, cl::init(false), cl::desc("Use full register names when printing assembly"))
 
static cl::opt< boolShowVSRNumsAsVR ("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 cl::opt< boolFullRegNamesWithPercent ("ppc-reg-with-percent-prefix", cl::Hidden, cl::init(false), cl::desc("Prints full register names with percent"))
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "asm-printer"

Definition at line 28 of file PPCInstPrinter.cpp.

◆ PRINT_ALIAS_INSTR

#define PRINT_ALIAS_INSTR

Definition at line 47 of file PPCInstPrinter.cpp.

Variable Documentation

◆ 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