OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVPTXInstPrinter
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.h
1
//=
NVPTXInstPrinter
.h - Convert NVPTX MCInst to assembly syntax --*- C++ -*-=//
25
class
NVPTXInstPrinter
: public MCInstPrinter {
27
NVPTXInstPrinter
(const MCAsmInfo &MAI, const MCInstrInfo &MII,
NVPTXInstPrinter.cpp
1
//===--
NVPTXInstPrinter
.cpp - PTX assembly instruction printing ----------===//
15
#include "InstPrinter/
NVPTXInstPrinter
.h"
30
NVPTXInstPrinter
::
NVPTXInstPrinter
(const MCAsmInfo &MAI, const MCInstrInfo &MII,
37
void
NVPTXInstPrinter
::printRegName(raw_ostream &OS, unsigned RegNo) const {
72
void
NVPTXInstPrinter
::printInst(const MCInst *MI, raw_ostream &OS,
80
void
NVPTXInstPrinter
::printOperand(const MCInst *MI, unsigned OpNo,
94
void
NVPTXInstPrinter
::printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O,
144
void
NVPTXInstPrinter
::printCmpMode(const MCInst *MI, int OpNum, raw_ostream &O,
217
void
NVPTXInstPrinter
::printLdStCode(const MCInst *MI, int OpNum
[
all
...]
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp
16
#include "InstPrinter/
NVPTXInstPrinter
.h"
68
return new
NVPTXInstPrinter
(MAI, MII, MRI, STI);
Completed in 49 milliseconds