OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparcInstPrinter
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcTargetStreamer.cpp
15
#include "InstPrinter/
SparcInstPrinter
.h"
31
<< "%" << StringRef(
SparcInstPrinter
::getRegisterName(reg)).lower()
37
<< "%" << StringRef(
SparcInstPrinter
::getRegisterName(reg)).lower()
SparcMCTargetDesc.cpp
15
#include "InstPrinter/
SparcInstPrinter
.h"
154
return new
SparcInstPrinter
(MAI, MII, MRI, STI);
/external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp
1
//===--
SparcInstPrinter
.cpp - Convert Sparc MCInst to assembly syntax -----==//
14
#include "
SparcInstPrinter
.h"
37
bool
SparcInstPrinter
::isV9() const {
41
void
SparcInstPrinter
::printRegName(raw_ostream &OS, unsigned RegNo) const
46
void
SparcInstPrinter
::printInst(const MCInst *MI, raw_ostream &O,
54
bool
SparcInstPrinter
::printSparcAliasInstr(const MCInst *MI, raw_ostream &O)
107
void
SparcInstPrinter
::printOperand(const MCInst *MI, int opNum,
126
void
SparcInstPrinter
::printMemOperand(const MCInst *MI, int opNum,
149
void
SparcInstPrinter
::printCCOperand(const MCInst *MI, int opNum,
173
bool
SparcInstPrinter
::printGetPCX(const MCInst *MI, unsigned opNum
[
all
...]
SparcInstPrinter.h
1
//===--
SparcInstPrinter
.h - Convert Sparc MCInst to assembly syntax ------===//
24
class
SparcInstPrinter
: public MCInstPrinter {
27
SparcInstPrinter
(const MCAsmInfo &MAI,
/external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp
16
#include "InstPrinter/
SparcInstPrinter
.h"
63
return
SparcInstPrinter
::getRegisterName(RegNo);
Completed in 40 milliseconds