Searched defs:printRegName (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/MC/
H A DMCInstPrinter.cpp27 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:MCInstPrinter
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp66 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:MipsInstPrinter
152 printRegName(O, Op.getReg());
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp34 void X86ATTInstPrinter::printRegName(raw_ostream &OS, function in class:X86ATTInstPrinter
H A DX86IntelInstPrinter.cpp29 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:X86IntelInstPrinter
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp26 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:PPCInstPrinter
/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp47 void ARMInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { function in class:ARMInstPrinter

Completed in 101 milliseconds