Searched refs:SparcInstPrinter (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcTargetStreamer.cpp15 #include "InstPrinter/SparcInstPrinter.h"
28 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower()
34 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower()
H A DSparcMCTargetDesc.cpp17 #include "InstPrinter/SparcInstPrinter.h"
149 return new SparcInstPrinter(MAI, MII, MRI);
/freebsd-10.2-release/lib/clang/libllvmsparcinstprinter/
H A DMakefile9 SRCS= SparcInstPrinter.cpp
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.cpp1 //===-- SparcInstPrinter.cpp - Convert Sparc MCInst to assembly syntax -----==//
15 #include "SparcInstPrinter.h"
28 void SparcInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const
33 void SparcInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
41 bool SparcInstPrinter::printSparcAliasInstr(const MCInst *MI, raw_ostream &O)
64 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum,
83 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum,
106 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum,
124 bool SparcInstPrinter::printGetPCX(const MCInst *MI, unsigned opNum,
127 assert(0 && "FIXME: Implement SparcInstPrinter
[all...]
H A DSparcInstPrinter.h1 //===-- SparcInstPrinter.h - Convert Sparc MCInst to assembly syntax ------===//
23 class SparcInstPrinter : public MCInstPrinter { class in namespace:llvm
25 SparcInstPrinter(const MCAsmInfo &MAI, function in class:llvm::SparcInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp20 #include "InstPrinter/SparcInstPrinter.h"
61 return SparcInstPrinter::getRegisterName(RegNo);

Completed in 52 milliseconds