Home
last modified time | relevance | path

Searched refs:SparcInstPrinter (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Sparc/InstPrinter/
DSparcInstPrinter.cpp38 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const { in isV9()
42 void SparcInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const in printRegName()
47 void SparcInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst()
54 bool SparcInstPrinter::printSparcAliasInstr(const MCInst *MI, in printSparcAliasInstr()
108 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum, in printOperand()
140 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand()
163 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand()
192 bool SparcInstPrinter::printGetPCX(const MCInst *MI, unsigned opNum, in printGetPCX()
DSparcInstPrinter.h21 class SparcInstPrinter : public MCInstPrinter {
23 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SparcInstPrinter() function
DCMakeLists.txt2 SparcInstPrinter.cpp
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcTargetStreamer.cpp31 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower() in emitSparcRegisterIgnore()
37 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower() in emitSparcRegisterScratch()
DSparcMCTargetDesc.cpp126 return new SparcInstPrinter(MAI, MII, MRI); in createSparcMCInstPrinter()
/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp61 return SparcInstPrinter::getRegisterName(RegNo); in getRegisterName()
DSparcInstrAliases.td344 // SparcInstPrinter.cpp