HomeSort by relevance Sort by last modified time
    Searched refs:SparcInstPrinter (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcTargetStreamer.cpp 15 #include "InstPrinter/SparcInstPrinter.h"
31 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower()
37 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower()
SparcMCTargetDesc.cpp 15 #include "InstPrinter/SparcInstPrinter.h"
141 return new SparcInstPrinter(MAI, MII, MRI);
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 1 //===-- SparcInstPrinter.cpp - Convert Sparc MCInst to assembly syntax -----==//
14 #include "SparcInstPrinter.h"
37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const {
41 void SparcInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const
46 void SparcInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
53 bool SparcInstPrinter::printSparcAliasInstr(const MCInst *MI,
107 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum,
126 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum,
149 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum,
173 bool SparcInstPrinter::printGetPCX(const MCInst *MI, unsigned opNum
    [all...]
SparcInstPrinter.h 1 //===-- SparcInstPrinter.h - Convert Sparc MCInst to assembly syntax ------===//
24 class SparcInstPrinter : public MCInstPrinter {
26 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 16 #include "InstPrinter/SparcInstPrinter.h"
63 return SparcInstPrinter::getRegisterName(RegNo);

Completed in 92 milliseconds