Searched refs:VEInstPrinter (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEInstPrinter.cpp | 30 void VEInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) const { in printRegName() 39 void VEInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 47 void VEInstPrinter::printOperand(const MCInst *MI, int OpNum, in printOperand() 67 void VEInstPrinter::printMemASXOperand(const MCInst *MI, int OpNum, in printMemASXOperand() 111 void VEInstPrinter::printMemASOperandASX(const MCInst *MI, int OpNum, in printMemASOperandASX() 142 void VEInstPrinter::printMemASOperandRRM(const MCInst *MI, int OpNum, in printMemASOperandRRM() 173 void VEInstPrinter::printMemASOperandHM(const MCInst *MI, int OpNum, in printMemASOperandHM() 196 void VEInstPrinter::printMImmOperand(const MCInst *MI, int OpNum, in printMImmOperand() 206 void VEInstPrinter::printCCOperand(const MCInst *MI, int OpNum, in printCCOperand() 212 void VEInstPrinter::printRDOperand(const MCInst *MI, int OpNum, in printRDOperand()
|
H A D | VETargetStreamer.cpp | 30 << "%" << StringRef(VEInstPrinter::getRegisterName(reg)).lower() in emitVERegisterIgnore() 36 << "%" << StringRef(VEInstPrinter::getRegisterName(reg)).lower() in emitVERegisterScratch()
|
H A D | VEInstPrinter.h | 21 class VEInstPrinter : public MCInstPrinter { 23 VEInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in VEInstPrinter() function
|
H A D | VEMCTargetDesc.cpp | 84 return new VEInstPrinter(MAI, MII, MRI); in createVEMCInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEAsmPrinter.cpp | 61 return VEInstPrinter::getRegisterName(Reg); in getRegisterName()
|