Searched refs:MSP430InstPrinter (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp1 //===-- MSP430InstPrinter.cpp - Convert MSP430 MCInst to assembly syntax --===//
13 #include "MSP430InstPrinter.h"
29 void MSP430InstPrinter::printRegName(raw_ostream &O, MCRegister Reg) const {
33 void MSP430InstPrinter::printInst(const MCInst *MI, uint64_t Address,
41 void MSP430InstPrinter::printPCRelImmOperand(const MCInst *MI, unsigned OpNo,
56 void MSP430InstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
71 void MSP430InstPrinter::printSrcMemOperand(const MCInst *MI, unsigned OpNo,
101 void MSP430InstPrinter::printIndRegOperand(const MCInst *MI, unsigned OpNo,
107 void MSP430InstPrinter::printPostIndRegOperand(const MCInst *MI, unsigned OpNo,
113 void MSP430InstPrinter
[all...]
H A DMSP430InstPrinter.h1 //= MSP430InstPrinter.h - Convert MSP430 MCInst to assembly syntax -*- C++ -*-//
19 class MSP430InstPrinter : public MCInstPrinter { class in namespace:llvm
21 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, function in class:llvm::MSP430InstPrinter
H A DMSP430MCTargetDesc.cpp14 #include "MSP430InstPrinter.h"
79 return new MSP430InstPrinter(MAI, MII, MRI);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp14 #include "MCTargetDesc/MSP430InstPrinter.h"
84 O << MSP430InstPrinter::getRegisterName(MO.getReg());

Completed in 120 milliseconds