/external/llvm/lib/Target/Mips/ |
MipsExpandPseudo.cpp | 90 const MCInstrDesc& Mtc1Tdd = TII->get(Mips::MTC1); 95 // mtc1 Lo, $fp 96 // mtc1 Hi, $fp + 1
|
MipsISelDAGToDAG.cpp | 422 SDNode *MTC = CurDAG->getMachineNode(Mips::MTC1, dl, MVT::f32, Zero);
|
MipsInstrInfo.cpp | 130 BuildMI(MBB, I, DL, get(Mips::MTC1), DestReg)
|
/external/v8/src/mips/ |
constants-mips.h | 309 MTC1 = ((0 << 3) + 4) << 21,
|
simulator-mips.cc | [all...] |
assembler-mips.cc | 1616 void Assembler::mtc1(Register rt, FPURegister fs) { function in class:v8::internal::Assembler [all...] |