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,
189
void
MipsInstPrinter
::printOperand(const MCInst *MI, unsigned OpNo,
206
void
MipsInstPrinter
::printUnsignedImm(const MCInst *MI, int opNum,
215
void
MipsInstPrinter
::printUnsignedImm8(const MCInst *MI, int opNum,
224
void
MipsInstPrinter
::
251
void
MipsInstPrinter
::
261
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/
MipsMCTargetDesc.cpp
14
#include "InstPrinter/
MipsInstPrinter
.h"
102
return new
MipsInstPrinter
(MAI, MII, MRI);
MipsTargetStreamer.cpp
14
#include "InstPrinter/
MipsInstPrinter
.h"
220
<< StringRef(
MipsInstPrinter
::getRegisterName(StackReg)).lower() << ","
222
<< StringRef(
MipsInstPrinter
::getRegisterName(ReturnReg)).lower() << '\n';
363
<< StringRef(
MipsInstPrinter
::getRegisterName(RegNo)).lower() << "\n";
378
<< StringRef(
MipsInstPrinter
::getRegisterName(RegNo)).lower() << ", ";
382
<< StringRef(
MipsInstPrinter
::getRegisterName(RegOrOffset)).lower();
/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
...]
Completed in 3645 milliseconds