HomeSort by relevance Sort by last modified time
    Searched defs:printRegName (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/MC/
MCInstPrinter.cpp 27 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 66 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
152 printRegName(O, Op.getReg());
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 34 void X86ATTInstPrinter::printRegName(raw_ostream &OS,
X86IntelInstPrinter.cpp 29 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
109 static void PrintRegName(raw_ostream &O, StringRef RegName) {
118 PrintRegName(O, getRegisterName(Op.getReg()));
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 26 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 47 void ARMInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
    [all...]

Completed in 276 milliseconds