LLVM  3.7.0
Macros | Functions
SystemZInstPrinter.cpp File Reference
#include "SystemZInstPrinter.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "SystemZGenAsmWriter.inc"
Include dependency graph for SystemZInstPrinter.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "asm-printer"
 

Functions

template<unsigned N>
void printUImmOperand (const MCInst *MI, int OpNum, raw_ostream &O)
 
template<unsigned N>
void printSImmOperand (const MCInst *MI, int OpNum, raw_ostream &O)
 

Macro Definition Documentation

#define DEBUG_TYPE   "asm-printer"

Definition at line 20 of file SystemZInstPrinter.cpp.

Function Documentation

template<unsigned N>
void printSImmOperand ( const MCInst MI,
int  OpNum,
raw_ostream O 
)

Definition at line 71 of file SystemZInstPrinter.cpp.

References llvm::MCOperand::getImm(), and llvm::MCInst::getOperand().

template<unsigned N>
void printUImmOperand ( const MCInst MI,
int  OpNum,
raw_ostream O 
)

Definition at line 64 of file SystemZInstPrinter.cpp.

References llvm::MCOperand::getImm(), and llvm::MCInst::getOperand().