|
LLVM
4.0.0
|
#include "PPCInstPrinter.h"#include "PPCInstrInfo.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/MC/MCRegisterInfo.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetOpcodes.h"#include "PPCGenAsmWriter.inc"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
| #define | PRINT_ALIAS_INSTR |
Functions | |
| static const char * | stripRegisterPrefix (const char *RegName) |
| stripRegisterPrefix - This method strips the character prefix from a register name so that only the number is left. More... | |
Variables | |
| static cl::opt< bool > | FullRegNames ("ppc-asm-full-reg-names", cl::Hidden, cl::init(false), cl::desc("Use full register names when printing assembly")) |
| static 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}")) |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 29 of file PPCInstPrinter.cpp.
| #define PRINT_ALIAS_INSTR |
Definition at line 42 of file PPCInstPrinter.cpp.
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 450 of file PPCInstPrinter.cpp.
References FullRegNames, and ShowVSRNumsAsVR.
Referenced by llvm::PPCInstPrinter::printOperand().
|
static |
Referenced by stripRegisterPrefix().
|
static |
Referenced by llvm::PPCInstPrinter::printOperand(), and stripRegisterPrefix().
1.8.6