Searched refs:VEInstPrinter (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| D | VEInstPrinter.cpp | 38 void VEInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 47 void VEInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 55 void VEInstPrinter::printOperand(const MCInst *MI, int OpNum, in printOperand() 78 void VEInstPrinter::printMemASXOperand(const MCInst *MI, int OpNum, in printMemASXOperand() 122 void VEInstPrinter::printMemASOperandASX(const MCInst *MI, int OpNum, in printMemASOperandASX() 153 void VEInstPrinter::printMemASOperandRRM(const MCInst *MI, int OpNum, in printMemASOperandRRM() 184 void VEInstPrinter::printMemASOperandHM(const MCInst *MI, int OpNum, in printMemASOperandHM() 207 void VEInstPrinter::printMImmOperand(const MCInst *MI, int OpNum, in printMImmOperand() 217 void VEInstPrinter::printCCOperand(const MCInst *MI, int OpNum, in printCCOperand() 223 void VEInstPrinter::printRDOperand(const MCInst *MI, int OpNum, in printRDOperand()
|
| D | VETargetStreamer.cpp | 29 << "%" << StringRef(VEInstPrinter::getRegisterName(reg)).lower() in emitVERegisterIgnore() 35 << "%" << StringRef(VEInstPrinter::getRegisterName(reg)).lower() in emitVERegisterScratch()
|
| D | VEInstPrinter.h | 21 class VEInstPrinter : public MCInstPrinter { 23 VEInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in VEInstPrinter() function
|
| D | VEMCTargetDesc.cpp | 80 return new VEInstPrinter(MAI, MII, MRI); in createVEMCInstPrinter()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VEAsmPrinter.cpp | 61 return VEInstPrinter::getRegisterName(RegNo); in getRegisterName()
|