LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions | Variables
PPCInstPrinter.cpp File Reference
#include "PPCInstPrinter.h"
#include "MCTargetDesc/PPCMCTargetDesc.h"
#include "MCTargetDesc/PPCPredicates.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetOpcodes.h"
#include "PPCGenAsmWriter.inc"
Include dependency graph for PPCInstPrinter.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "asm-printer"
 

Functions

static const char * stripRegisterPrefix (const char *RegName)
 

Variables

static cl::opt< boolFullRegNames ("ppc-asm-full-reg-names", cl::Hidden, cl::init(false), cl::desc("Use full register names when printing assembly"))
 

Macro Definition Documentation

#define DEBUG_TYPE   "asm-printer"

Definition at line 14 of file PPCInstPrinter.cpp.

Function Documentation

static const char* stripRegisterPrefix ( const char *  RegName)
static

stripRegisterPrefix - This method strips the character prefix from a register name so that only the number is left. Used by for linux asm.

Definition at line 306 of file PPCInstPrinter.cpp.

References FullRegNames.

Referenced by llvm::PPCInstPrinter::printOperand().

Variable Documentation

cl::opt<bool> FullRegNames("ppc-asm-full-reg-names", cl::Hidden, cl::init(false), cl::desc("Use full register names when printing assembly"))
static

Referenced by stripRegisterPrefix().