HomeSort by relevance Sort by last modified time
    Searched refs:MTC1 (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Mips/
MipsExpandPseudo.cpp 90 const MCInstrDesc& Mtc1Tdd = TII->get(Mips::MTC1);
95 // mtc1 Lo, $fp
96 // mtc1 Hi, $fp + 1
MipsInstrInfo.cpp 124 Opc = Mips::MTC1;
  /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...]

Completed in 245 milliseconds