HomeSort by relevance Sort by last modified time
    Searched defs:NVPTXInstPrinter (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.h 1 //= NVPTXInstPrinter.h - Convert NVPTX MCInst to assembly syntax --*- C++ -*-=//
23 class NVPTXInstPrinter : public MCInstPrinter {
25 NVPTXInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
NVPTXInstPrinter.cpp 1 //===-- NVPTXInstPrinter.cpp - PTX assembly instruction printing ----------===//
14 #include "InstPrinter/NVPTXInstPrinter.h"
31 NVPTXInstPrinter::NVPTXInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
35 void NVPTXInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
70 void NVPTXInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
78 void NVPTXInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
92 void NVPTXInstPrinter::printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O,
142 void NVPTXInstPrinter::printCmpMode(const MCInst *MI, int OpNum, raw_ostream &O,
215 void NVPTXInstPrinter::printLdStCode(const MCInst *MI, int OpNum
    [all...]

Completed in 52 milliseconds