LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
llvm::MSP430InstPrinter Class Reference

#include <MSP430InstPrinter.h>

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

Public Member Functions

 MSP430InstPrinter (const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
 
virtual void printInst (const MCInst *MI, raw_ostream &O, StringRef Annot)
 
void printInstruction (const MCInst *MI, raw_ostream &O)
 
void printOperand (const MCInst *MI, unsigned OpNo, raw_ostream &O, const char *Modifier=0)
 
void printPCRelImmOperand (const MCInst *MI, unsigned OpNo, raw_ostream &O)
 
void printSrcMemOperand (const MCInst *MI, unsigned OpNo, raw_ostream &O, const char *Modifier=0)
 
void printCCOperand (const MCInst *MI, unsigned OpNo, raw_ostream &O)
 
- Public Member Functions inherited from llvm::MCInstPrinter
 MCInstPrinter (const MCAsmInfo &mai, const MCInstrInfo &mii, const MCRegisterInfo &mri)
 
virtual ~MCInstPrinter ()
 
void setCommentStream (raw_ostream &OS)
 setCommentStream - Specify a stream to emit comments to. More...
 
StringRef getOpcodeName (unsigned Opcode) const
 
virtual void printRegName (raw_ostream &OS, unsigned RegNo) const
 printRegName - Print the assembler register name. More...
 
uint64_t getAvailableFeatures () const
 
void setAvailableFeatures (uint64_t Value)
 
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 getPrintHexStyleHex () const
 
void setPrintImmHex (HexStyle::Style Value)
 
format_object1< int64_t > formatImm (const int64_t Value) const
 Utility function to print immediates in decimal or hex. More...
 
format_object1< int64_t > formatDec (const int64_t Value) const
 Utility functions to print decimal/hexadecimal values. More...
 
format_object1< int64_t > formatHex (const int64_t Value) const
 
format_object1< uint64_t > formatHex (const uint64_t Value) const
 

Static Public Member Functions

static const char * getRegisterName (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
 
const MCAsmInfoMAI
 
const MCInstrInfoMII
 
const MCRegisterInfoMRI
 
uint64_t AvailableFeatures
 The current set of available features. More...
 
bool UseMarkup
 True if we are printing marked up assembly. More...
 
bool PrintImmHex
 True if we are printing immediates as hex. More...
 
HexStyle::Style PrintHexStyle
 Which style to use for printing hexadecimal values. More...
 

Detailed Description

Definition at line 22 of file MSP430InstPrinter.h.

Constructor & Destructor Documentation

llvm::MSP430InstPrinter::MSP430InstPrinter ( const MCAsmInfo MAI,
const MCInstrInfo MII,
const MCRegisterInfo MRI 
)
inline

Definition at line 24 of file MSP430InstPrinter.h.

Member Function Documentation

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

Referenced by printOperand(), and printSrcMemOperand().

void MSP430InstPrinter::printCCOperand ( const MCInst MI,
unsigned  OpNo,
raw_ostream O 
)
void MSP430InstPrinter::printInst ( const MCInst MI,
raw_ostream OS,
StringRef  Annot 
)
virtual

printInst - Print the specified MCInst to the specified raw_ostream.

Implements llvm::MCInstPrinter.

Definition at line 28 of file MSP430InstPrinter.cpp.

References llvm::MCInstPrinter::printAnnotation(), and printInstruction().

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

Referenced by printInst().

void MSP430InstPrinter::printOperand ( const MCInst MI,
unsigned  OpNo,
raw_ostream O,
const char *  Modifier = 0 
)
void MSP430InstPrinter::printPCRelImmOperand ( const MCInst MI,
unsigned  OpNo,
raw_ostream O 
)
void MSP430InstPrinter::printSrcMemOperand ( const MCInst MI,
unsigned  OpNo,
raw_ostream O,
const char *  Modifier = 0 
)

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