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

  /external/v8/test/cctest/
test-assembler-mips.cc 367 __ mfc1(t0, f4);
368 __ mfc1(t1, f5);
369 __ mfc1(t2, f6);
370 __ mfc1(t3, f7);
432 __ mfc1(t2, f8);
437 __ mfc1(t3, f10);
784 __ mfc1(t0, f0);
785 __ mfc1(t1, f1);
791 __ mfc1(t0, f0); // f0 has LS 32 bits of long.
792 __ mfc1(t1, f1); // f1 has MS 32 bits of long
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerMIPS.h     [all...]
MIPSAssembler.h 576 void mfc1(RegisterID rt, FPRegisterID fs) function in class:JSC::MIPSAssembler
  /external/v8/src/mips/
assembler-mips.h 679 void mfc1(Register rt, FPURegister fs);
    [all...]
macro-assembler-mips.cc 716 mfc1(t4, fs);
789 mfc1(rs, f22);
797 mfc1(rs, f22);
860 mfc1(dest, double_scratch);
    [all...]
assembler-mips.cc 1621 void Assembler::mfc1(Register rt, FPURegister fs) { function in class:v8::internal::Assembler
    [all...]

Completed in 32 milliseconds