Home
last modified time | relevance | path

Searched refs:MipsInstPrinter (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp1 //===-- MipsInstPrinter.cpp - Convert Mips MCInst to assembly syntax ------===//
13 #include "MipsInstPrinter.h"
75 void MipsInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) const { in printRegName()
80 void MipsInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
128 void MipsInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
145 void MipsInstPrinter::printJumpOperand(const MCInst *MI, unsigned OpNo, in printJumpOperand()
158 void MipsInstPrinter::printBranchOperand(const MCInst *MI, uint64_t Address, in printBranchOperand()
179 void MipsInstPrinter::printUImm(const MCInst *MI, int opNum, in printUImm()
194 void MipsInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand()
223 void MipsInstPrinter
[all...]
H A DMipsInstPrinter.h75 class MipsInstPrinter : public MCInstPrinter {
77 MipsInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in MipsInstPrinter() function
H A DMipsTargetStreamer.cpp524 << StringRef(MipsInstPrinter::getRegisterName(StackReg)).lower() << "," in emitFrame()
526 << StringRef(MipsInstPrinter::getRegisterName(ReturnReg)).lower() << '\n'; in emitFrame()
682 << StringRef(MipsInstPrinter::getRegisterName(RegNo)).lower() << "\n"; in emitDirectiveCpAdd()
688 << StringRef(MipsInstPrinter::getRegisterName(RegNo)).lower() << "\n"; in emitDirectiveCpLoad()
694 << StringRef(MipsInstPrinter::getRegisterName(RegNo)).lower() << "\n"; in emitDirectiveCpLocal()
711 << StringRef(MipsInstPrinter::getRegisterName(RegNo)).lower() << ", "; in emitDirectiveCpsetup()
715 << StringRef(MipsInstPrinter::getRegisterName(RegOrOffset)).lower(); in emitDirectiveCpsetup()
H A DMipsMCTargetDesc.cpp101 return new MipsInstPrinter(MAI, MII, MRI); in createMipsMCInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp538 O << '$' << MipsInstPrinter::getRegisterName(Reg); in PrintAsmOperand()
564 O << '$' << MipsInstPrinter::getRegisterName(Reg); in PrintAsmOperand()
572 O << '$' << MipsInstPrinter::getRegisterName(w); in PrintAsmOperand()
616 O << Offset << "($" << MipsInstPrinter::getRegisterName(BaseMO.getReg()) in PrintAsmMemoryOperand()
652 << StringRef(MipsInstPrinter::getRegisterName(MO.getReg())).lower(); in printOperand()
/freebsd/lib/clang/libllvm/
H A DMakefile1432 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsInstPrinter.cpp