LLVM
8.0.1
|
Prints AVR instructions to a textual stream. More...
#include "Target/AVR/InstPrinter/AVRInstPrinter.h"
Static Public Member Functions | |
static const char * | getPrettyRegisterName (unsigned RegNo, MCRegisterInfo const &MRI) |
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_ostream * | CommentStream = nullptr |
A stream that comments can be emitted to if desired. More... | |
const MCAsmInfo & | MAI |
const MCInstrInfo & | MII |
const MCRegisterInfo & | MRI |
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... | |
Prints AVR instructions to a textual stream.
Definition at line 24 of file AVRInstPrinter.h.
|
inline |
Definition at line 26 of file AVRInstPrinter.h.
References getPrettyRegisterName(), MI, llvm::MCInstPrinter::MRI, llvm::RISCVFenceField::O, and printInst().
|
static |
Definition at line 89 of file AVRInstPrinter.cpp.
References assert(), llvm::MCInstrInfo::get(), llvm::MCOperand::getExpr(), llvm::MCOperand::getImm(), llvm::MCRegisterInfo::getNumSubRegIndices(), llvm::MCInst::getOpcode(), llvm::MCInst::getOperand(), llvm::MCOperand::getReg(), llvm::MCRegisterInfo::getSubReg(), llvm::MCOperand::isExpr(), llvm::MCOperand::isImm(), llvm::MCOperand::isReg(), llvm_unreachable, MI, llvm::MCInstPrinter::MII, llvm::MCInstPrinter::MRI, llvm::RISCVFenceField::O, and llvm::MCOperandInfo::RegClass.
Referenced by AVRInstPrinter(), llvm::AVRAsmPrinter::PrintAsmOperand(), and llvm::AVRAsmPrinter::printOperand().
|
overridevirtual |
Print the specified MCInst to the specified raw_ostream.
Implements llvm::MCInstPrinter.
Definition at line 36 of file AVRInstPrinter.cpp.
References llvm::MCInst::getOpcode(), and llvm::MCInstPrinter::printAnnotation().
Referenced by AVRInstPrinter().