14 #ifndef LLVM_LIB_TARGET_HEXAGON_INSTPRINTER_HEXAGONINSTPRINTER_H
15 #define LLVM_LIB_TARGET_HEXAGON_INSTPRINTER_HEXAGONINSTPRINTER_H
96 void setExtender(
MCInst const &MCI);
void printFrameIndexOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
void printUnsignedImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
void printSymbol(const MCInst *MI, unsigned OpNo, raw_ostream &O, bool hi) const
const MCInstrInfo & getMII() const
void printJumpTable(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
std::unique_ptr< MCInstPrinter > RawPrinter
void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
void printNOneImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
void printInst(MCInst const *MI, raw_ostream &O, StringRef Annot, const MCSubtargetInfo &STI) override
Print the specified MCInst to the specified raw_ostream.
void printBranchOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
void printConstantPool(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
void printMEMriOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
void printInst(MCInst const *MI, raw_ostream &O, StringRef Annot, MCSubtargetInfo const &STI) override
Print the specified MCInst to the specified raw_ostream.
void printExtOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
Instances of this class represent a single low-level machine instruction.
static const char * getRegisterName(unsigned RegNo)
MCRegisterInfo base class - We assume that the target defines a static array of MCRegisterDesc object...
This class is intended to be used as a base class for asm properties and features specific to the tar...
void printSymbolHi(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
HexagonAsmInstPrinter(MCInstPrinter *RawPrinter)
void printNegImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
void printRegName(raw_ostream &O, unsigned RegNo) const override
Print the assembler register name.
Interface to description of machine instruction set.
void printAbsAddrOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
Prints bundles as a newline separated list of individual instructions Duplexes are separated by a ver...
void printImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
This is an instance of a target assembly language printer that converts an MCInst to valid target ass...
void printSymbolLo(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
MCSubtargetInfo - Generic base class for all target subtargets.
void printCallOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
virtual StringRef getOpcodeName(unsigned Opcode) const
void printInstruction(const MCInst *MI, raw_ostream &O)
void printExtBrtarget(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
This class implements an extremely fast bulk output stream that can only output to a stream...
HexagonInstPrinter(MCAsmInfo const &MAI, MCInstrInfo const &MII, MCRegisterInfo const &MRI)
StringRef - Represent a constant reference to a string, i.e.
void printPredicateOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
void printRegName(raw_ostream &OS, unsigned RegNo) const override
Print the assembler register name.
void printGlobalOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const
const MCRegisterInfo & MRI