OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipsInstPrinter
(Results
1 - 6
of
6
) sorted by null
/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,
188
void
MipsInstPrinter
::printOperand(const MCInst *MI, unsigned OpNo,
205
void
MipsInstPrinter
::printUnsignedImm(const MCInst *MI, int opNum,
214
void
MipsInstPrinter
::printUnsignedImm8(const MCInst *MI, int opNum,
223
void
MipsInstPrinter
::
234
void
MipsInstPrinter
::
244
void
MipsInstPrinter
:
[
all
...]
Android.mk
10
MipsInstPrinter
.cpp
MipsInstPrinter.h
1
//===
MipsInstPrinter
.h - Convert Mips MCInst to assembly syntax -*- C++ -*-==//
78
class
MipsInstPrinter
: public MCInstPrinter {
80
MipsInstPrinter
(const MCAsmInfo &MAI, const MCInstrInfo &MII,
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp
14
#include "InstPrinter/
MipsInstPrinter
.h"
149
<< StringRef(
MipsInstPrinter
::getRegisterName(StackReg)).lower() << ","
151
<< StringRef(
MipsInstPrinter
::getRegisterName(ReturnReg)).lower() << '\n';
196
<< StringRef(
MipsInstPrinter
::getRegisterName(RegNo)).lower() << "\n";
205
<< StringRef(
MipsInstPrinter
::getRegisterName(RegNo)).lower() << ", ";
209
<< StringRef(
MipsInstPrinter
::getRegisterName(RegOrOffset)).lower();
MipsMCTargetDesc.cpp
14
#include "InstPrinter/
MipsInstPrinter
.h"
106
return new
MipsInstPrinter
(MAI, MII, MRI);
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
15
#include "InstPrinter/
MipsInstPrinter
.h"
497
O << '$' <<
MipsInstPrinter
::getRegisterName(Reg);
523
O << '$' <<
MipsInstPrinter
::getRegisterName(Reg);
554
O << Offset << "($" <<
MipsInstPrinter
::getRegisterName(MO.getReg()) << ")";
588
<< StringRef(
MipsInstPrinter
::getRegisterName(MO.getReg())).lower();
[
all
...]
Completed in 312 milliseconds