Searched refs:MipsInstPrinter (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsInstPrinter.cpp | 78 void MipsInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 126 void MipsInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 177 void MipsInstPrinter::printUImm(const MCInst *MI, int opNum, in printUImm() 192 void MipsInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand() 220 void MipsInstPrinter::printMemOperandEA(const MCInst *MI, int opNum, in printMemOperandEA() 230 void MipsInstPrinter::printFCCOperand(const MCInst *MI, int opNum, in printFCCOperand() 237 void MipsInstPrinter:: 242 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() 254 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() 267 bool MipsInstPrinter::printAlias(const MCInst &MI, uint64_t Address, in printAlias() [all …]
|
| H A D | MipsInstPrinter.h | 75 class MipsInstPrinter : public MCInstPrinter { 77 MipsInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in MipsInstPrinter() function
|
| H A D | CMakeLists.txt | 7 MipsInstPrinter.cpp
|
| H A D | MipsTargetStreamer.cpp | 524 << 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 D | MipsMCTargetDesc.cpp | 101 return new MipsInstPrinter(MAI, MII, MRI); in createMipsMCInstPrinter()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | BUILD.gn | 65 "MipsInstPrinter.cpp",
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 579 O << '$' << MipsInstPrinter::getRegisterName(Reg); in PrintAsmOperand() 605 O << '$' << MipsInstPrinter::getRegisterName(Reg); in PrintAsmOperand() 654 O << Offset << "($" << MipsInstPrinter::getRegisterName(BaseMO.getReg()) in PrintAsmMemoryOperand() 690 << StringRef(MipsInstPrinter::getRegisterName(MO.getReg())).lower(); in printOperand()
|