Go to the documentation of this file.
13 #ifndef LLVM_LIB_TARGET_X86_MCTARGETDESC_X86ATTINSTPRINTER_H
14 #define LLVM_LIB_TARGET_X86_MCTARGETDESC_X86ATTINSTPRINTER_H
35 unsigned OpIdx,
unsigned PrintMethodIdx,
114 bool HasCustomInstComment;
119 #endif // LLVM_LIB_TARGET_X86_MCTARGETDESC_X86ATTINSTPRINTER_H
void printDstIdx16(const MCInst *MI, unsigned OpNo, raw_ostream &O)
This is an optimization pass for GlobalISel generic memory operations.
void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS) override
void printSrcIdx32(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printSrcIdx(const MCInst *MI, unsigned Op, raw_ostream &O)
bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS)
void printMemOffs16(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printqwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O)
This class is intended to be used as a base class for asm properties and features specific to the tar...
void printSTiRegOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS)
void printxmmwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O)
Instances of this class represent a single low-level machine instruction.
void printtbytemem(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printzmmwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O)
const MCRegisterInfo & MRI
X86ATTInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
void printSrcIdx8(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printMemOffs8(const MCInst *MI, unsigned OpNo, raw_ostream &O)
This class implements an extremely fast bulk output stream that can only output to a stream.
void printwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printSrcIdx16(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS)
void printRegName(raw_ostream &OS, unsigned RegNo) const override
Print the assembler register name.
void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, const MCSubtargetInfo &STI, raw_ostream &OS) override
Print the specified MCInst to the specified raw_ostream.
void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS)
static const char * getRegisterName(unsigned RegNo)
void printU8Imm(const MCInst *MI, unsigned Op, raw_ostream &OS)
void printSrcIdx64(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printDstIdx(const MCInst *MI, unsigned Op, raw_ostream &O)
StringRef - Represent a constant reference to a string, i.e.
void printDstIdx32(const MCInst *MI, unsigned OpNo, raw_ostream &O)
MCRegisterInfo base class - We assume that the target defines a static array of MCRegisterDesc object...
void printDstIdx64(const MCInst *MI, unsigned OpNo, raw_ostream &O)
std::pair< const char *, uint64_t > getMnemonic(const MCInst *MI) override
Returns a pair containing the mnemonic for MI and the number of bits left for further processing by p...
bool printAliasInstr(const MCInst *MI, uint64_t Address, raw_ostream &OS)
Interface to description of machine instruction set.
void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &OS)
void printMemOffs64(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printbytemem(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printDstIdx8(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printymmwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O)
void printMemOffs32(const MCInst *MI, unsigned OpNo, raw_ostream &O)
Generic base class for all target subtargets.
void printCustomAliasOperand(const MCInst *MI, uint64_t Address, unsigned OpIdx, unsigned PrintMethodIdx, raw_ostream &O)
void printdwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O)