LLVM API Documentation

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

#include <SystemZInstPrinter.h>

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

List of all members.

Public Member Functions

 SystemZInstPrinter (const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
void printInstruction (const MCInst *MI, raw_ostream &O)
void printRegName (raw_ostream &O, unsigned RegNo) const override
 printRegName - Print the assembler register name.
void printInst (const MCInst *MI, raw_ostream &O, StringRef Annot) override

Static Public Member Functions

static const char * getRegisterName (unsigned RegNo)
static void printAddress (unsigned Base, int64_t Disp, unsigned Index, raw_ostream &O)
static void printOperand (const MCOperand &MO, raw_ostream &O)

Detailed Description

Definition at line 23 of file SystemZInstPrinter.h.


Constructor & Destructor Documentation

Definition at line 25 of file SystemZInstPrinter.h.


Member Function Documentation

static const char* llvm::SystemZInstPrinter::getRegisterName ( unsigned  RegNo) [static]
void SystemZInstPrinter::printAddress ( unsigned  Base,
int64_t  Disp,
unsigned  Index,
raw_ostream O 
) [static]

Definition at line 21 of file SystemZInstPrinter.cpp.

References getRegisterName().

Referenced by llvm::SystemZAsmPrinter::PrintAsmMemoryOperand().

void SystemZInstPrinter::printInst ( const MCInst MI,
raw_ostream OS,
StringRef  Annot 
) [override, virtual]

printInst - Print the specified MCInst to the specified raw_ostream.

Implements llvm::MCInstPrinter.

Definition at line 44 of file SystemZInstPrinter.cpp.

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

Referenced by printInst().

void SystemZInstPrinter::printOperand ( const MCOperand MO,
raw_ostream O 
) [static]
void SystemZInstPrinter::printRegName ( raw_ostream OS,
unsigned  RegNo 
) const [override, virtual]

printRegName - Print the assembler register name.

Reimplemented from llvm::MCInstPrinter.

Definition at line 50 of file SystemZInstPrinter.cpp.

References getRegisterName().


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