Searched refs:SparcInstPrinter (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Sparc/InstPrinter/ |
D | SparcInstPrinter.cpp | 37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const { in isV9() 41 void SparcInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const in printRegName() 46 void SparcInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 53 bool SparcInstPrinter::printSparcAliasInstr(const MCInst *MI, in printSparcAliasInstr() 107 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum, in printOperand() 126 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand() 149 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand() 173 bool SparcInstPrinter::printGetPCX(const MCInst *MI, unsigned opNum, in printGetPCX()
|
D | SparcInstPrinter.h | 24 class SparcInstPrinter : public MCInstPrinter { 26 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SparcInstPrinter() function
|
D | CMakeLists.txt | 2 SparcInstPrinter.cpp
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcTargetStreamer.cpp | 31 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower() in emitSparcRegisterIgnore() 37 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower() in emitSparcRegisterScratch()
|
D | SparcMCTargetDesc.cpp | 141 return new SparcInstPrinter(MAI, MII, MRI); in createSparcMCInstPrinter()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 63 return SparcInstPrinter::getRegisterName(RegNo); in getRegisterName()
|
D | SparcInstrAliases.td | 299 // SparcInstPrinter.cpp
|