LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::MBlazeInstPrinter Class Reference

#include <MBlazeInstPrinter.h>

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

List of all members.

Public Member Functions

 MBlazeInstPrinter (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 printFSLImm (const MCInst *MI, int OpNo, raw_ostream &O)
void printUnsignedImm (const MCInst *MI, int OpNo, raw_ostream &O)
void printMemOperand (const MCInst *MI, int OpNo, raw_ostream &O, const char *Modifier=0)

Static Public Member Functions

static const char * getRegisterName (unsigned RegNo)

Detailed Description

Definition at line 22 of file MBlazeInstPrinter.h.


Constructor & Destructor Documentation

llvm::MBlazeInstPrinter::MBlazeInstPrinter ( const MCAsmInfo MAI,
const MCInstrInfo MII,
const MCRegisterInfo MRI 
) [inline]

Definition at line 24 of file MBlazeInstPrinter.h.


Member Function Documentation

static const char* llvm::MBlazeInstPrinter::getRegisterName ( unsigned  RegNo) [static]

Referenced by printOperand().

void MBlazeInstPrinter::printFSLImm ( const MCInst MI,
int  OpNo,
raw_ostream O 
)
void MBlazeInstPrinter::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 MBlazeInstPrinter.cpp.

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

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

Referenced by printInst().

void MBlazeInstPrinter::printMemOperand ( const MCInst MI,
int  OpNo,
raw_ostream O,
const char *  Modifier = 0 
)

Definition at line 66 of file MBlazeInstPrinter.cpp.

References printOperand().

void MBlazeInstPrinter::printOperand ( const MCInst MI,
unsigned  OpNo,
raw_ostream O,
const char *  Modifier = 0 
)
void MBlazeInstPrinter::printUnsignedImm ( const MCInst MI,
int  OpNo,
raw_ostream O 
)

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