Searched refs:AVRInstPrinter (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRInstPrinter.cpp | 35 void AVRInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 89 const char *AVRInstPrinter::getPrettyRegisterName(unsigned RegNum, in getPrettyRegisterName() 101 void AVRInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 143 void AVRInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, in printPCRelImm() 173 void AVRInstPrinter::printMemri(const MCInst *MI, unsigned OpNo, in printMemri()
|
| H A D | AVRInstPrinter.h | 23 class AVRInstPrinter : public MCInstPrinter { 25 AVRInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in AVRInstPrinter() function
|
| H A D | AVRMCTargetDesc.cpp | 66 return new AVRInstPrinter(MAI, MII, MRI); in createAVRMCInstPrinter()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRAsmPrinter.cpp | 81 O << AVRInstPrinter::getPrettyRegisterName(MO.getReg(), MRI); in printOperand() 141 O << AVRInstPrinter::getPrettyRegisterName(Reg, MRI); in PrintAsmOperand()
|