OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipsInstPrinter
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp
1
//===--
MipsInstPrinter
.cpp - Convert Mips MCInst to assembly syntax ------===//
15
#include "
MipsInstPrinter
.h"
64
StringRef
MipsInstPrinter
::getOpcodeName(unsigned Opcode) const {
68
void
MipsInstPrinter
::printRegName(raw_ostream &OS, unsigned RegNo) const {
72
void
MipsInstPrinter
::printInst(const MCInst *MI, raw_ostream &O,
78
void
MipsInstPrinter
::printOperand(const MCInst *MI, unsigned OpNo,
95
void
MipsInstPrinter
::printUnsignedImm(const MCInst *MI, int opNum,
104
void
MipsInstPrinter
::
115
void
MipsInstPrinter
::
125
void
MipsInstPrinter
:
[
all
...]
MipsInstPrinter.h
1
//===--
MipsInstPrinter
.h - Convert Mips MCInst to assembly syntax --------===//
78
class
MipsInstPrinter
: public MCInstPrinter {
80
MipsInstPrinter
(const MCAsmInfo &MAI) : MCInstPrinter(MAI) {}
/external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp
1
//===--
MipsInstPrinter
.cpp - Convert Mips MCInst to assembly syntax ------===//
14
#include "
MipsInstPrinter
.h"
75
void
MipsInstPrinter
::printRegName(raw_ostream &OS, unsigned RegNo) const {
79
void
MipsInstPrinter
::printInst(const MCInst *MI, raw_ostream &O,
125
void
MipsInstPrinter
::printOperand(const MCInst *MI, unsigned OpNo,
143
void
MipsInstPrinter
::printUImm(const MCInst *MI, int opNum, raw_ostream &O) {
157
void
MipsInstPrinter
::
184
void
MipsInstPrinter
::
194
void
MipsInstPrinter
::
200
void
MipsInstPrinter
:
[
all
...]
MipsInstPrinter.h
1
//===
MipsInstPrinter
.h - Convert Mips MCInst to assembly syntax -*- C++ -*-==//
76
class
MipsInstPrinter
: public MCInstPrinter {
78
MipsInstPrinter
(const MCAsmInfo &MAI, const MCInstrInfo &MII,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsAsmPrinter.cpp
22
#include "InstPrinter/
MipsInstPrinter
.h"
196
Twine(LowercaseString(
MipsInstPrinter
::getRegisterName(stackReg))) +
198
Twine(LowercaseString(
MipsInstPrinter
::getRegisterName(returnReg))));
306
O << "0($" <<
MipsInstPrinter
::getRegisterName(MO.getReg()) << ")";
338
<< LowercaseString(
MipsInstPrinter
::getRegisterName(MO.getReg()));
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp
15
#include "InstPrinter/
MipsInstPrinter
.h"
89
return new
MipsInstPrinter
(MAI, MII, MRI);
MipsTargetStreamer.cpp
15
#include "InstPrinter/
MipsInstPrinter
.h"
441
<< StringRef(
MipsInstPrinter
::getRegisterName(StackReg)).lower() << ","
443
<< StringRef(
MipsInstPrinter
::getRegisterName(ReturnReg)).lower() << '\n';
584
<< StringRef(
MipsInstPrinter
::getRegisterName(RegNo)).lower() << "\n";
601
<< StringRef(
MipsInstPrinter
::getRegisterName(RegNo)).lower() << ", ";
605
<< StringRef(
MipsInstPrinter
::getRegisterName(RegOrOffset)).lower();
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp
16
#include "InstPrinter/
MipsInstPrinter
.h"
78
return new
MipsInstPrinter
(MAI);
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
15
#include "InstPrinter/
MipsInstPrinter
.h"
492
O << '$' <<
MipsInstPrinter
::getRegisterName(Reg);
518
O << '$' <<
MipsInstPrinter
::getRegisterName(Reg);
555
O << Offset << "($" <<
MipsInstPrinter
::getRegisterName(BaseMO.getReg()) << ")";
588
<< StringRef(
MipsInstPrinter
::getRegisterName(MO.getReg())).lower();
[
all
...]
/external/capstone/
Makefile
145
LIBOBJ_MIPS += $(OBJDIR)/arch/Mips/
MipsInstPrinter
.o
Completed in 297 milliseconds