#include "R600InstPrinter.h"
#include "AMDGPUInstPrinter.h"
#include "R600MCTargetDesc.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/CommandLine.h"
usingnamespacellvm;
void R600InstPrinter::printInst(const MCInst *MI, uint64_t Address,
StringRef Annot, const MCSubtargetInfo &STI,
raw_ostream &O) { … }
void R600InstPrinter::printAbs(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printBankSwizzle(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printClamp(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printCT(const MCInst *MI, unsigned OpNo, raw_ostream &O) { … }
void R600InstPrinter::printKCache(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printLast(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printLiteral(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printNeg(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printOMOD(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printRel(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printRSel(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printUpdateExecMask(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printUpdatePred(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
void R600InstPrinter::printWrite(const MCInst *MI, unsigned OpNo,
raw_ostream &O) { … }
#include "R600GenAsmWriter.inc"