LLVM  8.0.1
Public Member Functions | Static Public Member Functions | List of all members
llvm::HexagonInstPrinter Class Reference

Prints bundles as a newline separated list of individual instructions Duplexes are separated by a vertical tab character A trailing line includes bundle properties such as endloop0/1. More...

#include "Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h"

Inheritance diagram for llvm::HexagonInstPrinter:
Inheritance graph
[legend]
Collaboration diagram for llvm::HexagonInstPrinter:
Collaboration graph
[legend]

Public Member Functions

 HexagonInstPrinter (MCAsmInfo const &MAI, MCInstrInfo const &MII, MCRegisterInfo const &MRI)
 
void printInst (MCInst const *MI, raw_ostream &O, StringRef Annot, const MCSubtargetInfo &STI) override
 Print the specified MCInst to the specified raw_ostream. More...
 
void printRegName (raw_ostream &O, unsigned RegNo) const override
 Print the assembler register name. More...
 
void printInstruction (MCInst const *MI, raw_ostream &O)
 
void printOperand (MCInst const *MI, unsigned OpNo, raw_ostream &O) const
 
void printBrtarget (MCInst const *MI, unsigned OpNo, raw_ostream &O) const
 
MCAsmInfo constgetMAI () const
 
MCInstrInfo constgetMII () const
 
- Public Member Functions inherited from llvm::MCInstPrinter
 MCInstPrinter (const MCAsmInfo &mai, const MCInstrInfo &mii, const MCRegisterInfo &mri)
 
virtual ~MCInstPrinter ()
 
void setCommentStream (raw_ostream &OS)
 Specify a stream to emit comments to. More...
 
StringRef getOpcodeName (unsigned Opcode) const
 Return the name of the specified opcode enum (e.g. More...
 
bool getUseMarkup () const
 
void setUseMarkup (bool Value)
 
StringRef markup (StringRef s) const
 Utility functions to make adding mark ups simpler. More...
 
StringRef markup (StringRef a, StringRef b) const
 
bool getPrintImmHex () const
 
void setPrintImmHex (bool Value)
 
HexStyle::Style getPrintHexStyle () const
 
void setPrintHexStyle (HexStyle::Style Value)
 
format_object< int64_t > formatImm (int64_t Value) const
 Utility function to print immediates in decimal or hex. More...
 
format_object< int64_t > formatDec (int64_t Value) const
 Utility functions to print decimal/hexadecimal values. More...
 
format_object< int64_t > formatHex (int64_t Value) const
 
format_object< uint64_t > formatHex (uint64_t Value) const
 

Static Public Member Functions

static char constgetRegisterName (unsigned RegNo)
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::MCInstPrinter
void printAnnotation (raw_ostream &OS, StringRef Annot)
 Utility function for printing annotations. More...
 
- Protected Attributes inherited from llvm::MCInstPrinter
raw_ostreamCommentStream = nullptr
 A stream that comments can be emitted to if desired. More...
 
const MCAsmInfoMAI
 
const MCInstrInfoMII
 
const MCRegisterInfoMRI
 
bool UseMarkup = false
 True if we are printing marked up assembly. More...
 
bool PrintImmHex = false
 True if we are printing immediates as hex. More...
 
HexStyle::Style PrintHexStyle = HexStyle::C
 Which style to use for printing hexadecimal values. More...
 

Detailed Description

Prints bundles as a newline separated list of individual instructions Duplexes are separated by a vertical tab character A trailing line includes bundle properties such as endloop0/1.

r0 = add(r1, r2) r0 = #0 jump 0x0 :endloop0 :endloop1

Definition at line 26 of file HexagonInstPrinter.h.

Constructor & Destructor Documentation

◆ HexagonInstPrinter()

llvm::HexagonInstPrinter::HexagonInstPrinter ( MCAsmInfo const MAI,
MCInstrInfo const MII,
MCRegisterInfo const MRI 
)
inlineexplicit

Member Function Documentation

◆ getMAI()

MCAsmInfo const& llvm::HexagonInstPrinter::getMAI ( ) const
inline

Definition at line 42 of file HexagonInstPrinter.h.

References llvm::MCInstPrinter::MAI.

◆ getMII()

MCInstrInfo const& llvm::HexagonInstPrinter::getMII ( ) const
inline

Definition at line 43 of file HexagonInstPrinter.h.

◆ getRegisterName()

static char const* llvm::HexagonInstPrinter::getRegisterName ( unsigned  RegNo)
static

◆ printBrtarget()

void HexagonInstPrinter::printBrtarget ( MCInst const MI,
unsigned  OpNo,
raw_ostream O 
) const

◆ printInst()

void HexagonInstPrinter::printInst ( MCInst const MI,
raw_ostream OS,
StringRef  Annot,
const MCSubtargetInfo STI 
)
overridevirtual

◆ printInstruction()

void llvm::HexagonInstPrinter::printInstruction ( MCInst const MI,
raw_ostream O 
)

Referenced by HexagonInstPrinter(), and printInst().

◆ printOperand()

void HexagonInstPrinter::printOperand ( MCInst const MI,
unsigned  OpNo,
raw_ostream O 
) const

◆ printRegName()

void HexagonInstPrinter::printRegName ( raw_ostream OS,
unsigned  RegNo 
) const
overridevirtual

Print the assembler register name.

Reimplemented from llvm::MCInstPrinter.

Definition at line 31 of file HexagonInstPrinter.cpp.

References getRegisterName().

Referenced by HexagonInstPrinter().


The documentation for this class was generated from the following files: