OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MovOpc
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
822
unsigned
MovOpc
, unsigned Reg1,
830
EmitInstrRegReg(STI,
MovOpc
, Reg1, FPReg1);
831
EmitInstrRegReg(STI,
MovOpc
, Reg2, FPReg2);
838
unsigned
MovOpc
= ToFP ? Mips::MTC1 : Mips::MFC1;
841
EmitInstrRegReg(STI,
MovOpc
, Mips::A0, Mips::F12);
844
EmitMovFPIntPair(STI,
MovOpc
, Mips::A0, Mips::A1, Mips::F12, Mips::F14, LE);
847
EmitInstrRegReg(STI,
MovOpc
, Mips::A0, Mips::F12);
848
EmitMovFPIntPair(STI,
MovOpc
, Mips::A2, Mips::A3, Mips::F14, Mips::F15, LE);
851
EmitMovFPIntPair(STI,
MovOpc
, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE);
854
EmitMovFPIntPair(STI,
MovOpc
, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE)
[
all
...]
MipsSEInstrInfo.h
108
unsigned CvtOpc, unsigned
MovOpc
, bool IsI64) const;
MipsAsmPrinter.h
78
void EmitMovFPIntPair(const MCSubtargetInfo &STI, unsigned
MovOpc
,
MipsSEInstrInfo.cpp
564
unsigned CvtOpc, unsigned
MovOpc
,
566
const MCInstrDesc &CvtDesc = get(CvtOpc), &MovDesc = get(
MovOpc
);
Completed in 483 milliseconds