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

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerMIPS.h     [all...]
MIPSAssembler.h 564 void mtc1(RegisterID rt, FPRegisterID fs) function in class:JSC::MIPSAssembler
  /external/v8/test/cctest/
test-assembler-mips.cc 303 __ mtc1(t0, f14);
372 __ mtc1(t0, f6);
373 __ mtc1(t1, f7);
374 __ mtc1(t2, f4);
375 __ mtc1(t3, f5);
441 __ mtc1(t0, f12);
446 __ mtc1(t1, f14);
804 __ mtc1(t0, f8); // f8 has LS 32-bits.
805 __ mtc1(t1, f9); // f9 has MS 32-bits.
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 999 mtc1(at, fd);
1012 mtc1(at, FPURegister::from_code(scratch.code() + 1));
1013 mtc1(zero_reg, scratch);
1025 mtc1(t8, fd);
1032 mtc1(t8, FPURegister::from_code(fs.code() + 1));
1042 mtc1(t8, FPURegister::from_code(fs.code() + 1));
1053 mtc1(t8, FPURegister::from_code(fs.code() + 1));
1064 mtc1(t8, FPURegister::from_code(fs.code() + 1));
1079 mtc1(at, FPURegister::from_code(scratch.code() + 1));
1080 mtc1(zero_reg, scratch)
    [all...]
codegen-mips.cc 200 __ mtc1(t5, f0);
macro-assembler-mips.h 245 mtc1(src_low, dst);
246 mtc1(src_high, FPURegister::from_code(dst.code() + 1));
    [all...]
code-stubs-mips.cc 525 __ mtc1(scratch1, f14);
528 __ mtc1(scratch1, f12);
615 __ mtc1(scratch1, dst);
692 __ mtc1(int_scratch, single_scratch);
    [all...]
assembler-mips.h 800 void mtc1(Register rt, FPURegister fs);
    [all...]
assembler-mips.cc 1652 void Assembler::mtc1(Register rt, FPURegister fs) { function in class:v8::Assembler
    [all...]
lithium-codegen-mips.cc 338 __ mtc1(at, flt_scratch);
    [all...]
stub-cache-mips.cc     [all...]

Completed in 137 milliseconds