Searched refs:MSP430InstPrinter (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430InstPrinter.cpp | 29 void MSP430InstPrinter::printRegName(raw_ostream &O, MCRegister Reg) const { in printRegName() 33 void MSP430InstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 41 void MSP430InstPrinter::printPCRelImmOperand(const MCInst *MI, unsigned OpNo, in printPCRelImmOperand() 56 void MSP430InstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 71 void MSP430InstPrinter::printSrcMemOperand(const MCInst *MI, unsigned OpNo, in printSrcMemOperand() 101 void MSP430InstPrinter::printIndRegOperand(const MCInst *MI, unsigned OpNo, in printIndRegOperand() 107 void MSP430InstPrinter::printPostIndRegOperand(const MCInst *MI, unsigned OpNo, in printPostIndRegOperand() 113 void MSP430InstPrinter::printCCOperand(const MCInst *MI, unsigned OpNo, in printCCOperand()
|
H A D | MSP430InstPrinter.h | 19 class MSP430InstPrinter : public MCInstPrinter { 21 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in MSP430InstPrinter() function
|
H A D | MSP430MCTargetDesc.cpp | 79 return new MSP430InstPrinter(MAI, MII, MRI); in createMSP430MCInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430AsmPrinter.cpp | 84 O << MSP430InstPrinter::getRegisterName(MO.getReg()); in printOperand()
|