mtc1             1875 src/mips/assembler-mips.cc   mtc1(zero_reg, f14);
mtc1              800 src/mips/assembler-mips.h   void mtc1(Register rt, FPURegister fs);
mtc1              605 src/mips/code-stubs-mips.cc     __ mtc1(scratch1, f14);
mtc1              608 src/mips/code-stubs-mips.cc     __ mtc1(scratch1, f12);
mtc1              695 src/mips/code-stubs-mips.cc     __ mtc1(scratch1, dst);
mtc1              772 src/mips/code-stubs-mips.cc     __ mtc1(int_scratch, single_scratch);
mtc1             1326 src/mips/code-stubs-mips.cc     __ mtc1(at, f14);
mtc1             1365 src/mips/code-stubs-mips.cc     __ mtc1(at, f12);
mtc1             2311 src/mips/code-stubs-mips.cc     __ mtc1(a1, f0);
mtc1             2798 src/mips/code-stubs-mips.cc         __ mtc1(a2, f0);
mtc1             3198 src/mips/code-stubs-mips.cc           __ mtc1(a2, double_scratch);
mtc1             3202 src/mips/code-stubs-mips.cc           __ mtc1(a2, double_scratch);
mtc1             3437 src/mips/code-stubs-mips.cc       __ mtc1(t0, f4);
mtc1             3697 src/mips/code-stubs-mips.cc     __ mtc1(scratch, single_scratch);
mtc1             3840 src/mips/code-stubs-mips.cc   __ mtc1(exponent, single_scratch);
mtc1              200 src/mips/codegen-mips.cc     __ mtc1(t5, f0);
mtc1              340 src/mips/lithium-codegen-mips.cc       __ mtc1(at, flt_scratch);
mtc1             3918 src/mips/lithium-codegen-mips.cc     __ mtc1(scratch, single_scratch);
mtc1             3920 src/mips/lithium-codegen-mips.cc     __ mtc1(ToRegister(input), single_scratch);
mtc1             3965 src/mips/lithium-codegen-mips.cc   __ mtc1(src, dbl_scratch);
mtc1             4100 src/mips/lithium-codegen-mips.cc   __ mtc1(scratch, result_reg);
mtc1              999 src/mips/macro-assembler-mips.cc   mtc1(at, fd);
mtc1             1012 src/mips/macro-assembler-mips.cc   mtc1(at, FPURegister::from_code(scratch.code() + 1));
mtc1             1013 src/mips/macro-assembler-mips.cc   mtc1(zero_reg, scratch);
mtc1             1025 src/mips/macro-assembler-mips.cc   mtc1(t8, fd);
mtc1             1032 src/mips/macro-assembler-mips.cc     mtc1(t8, FPURegister::from_code(fs.code() + 1));
mtc1             1042 src/mips/macro-assembler-mips.cc     mtc1(t8, FPURegister::from_code(fs.code() + 1));
mtc1             1053 src/mips/macro-assembler-mips.cc     mtc1(t8, FPURegister::from_code(fs.code() + 1));
mtc1             1064 src/mips/macro-assembler-mips.cc     mtc1(t8, FPURegister::from_code(fs.code() + 1));
mtc1             1079 src/mips/macro-assembler-mips.cc   mtc1(at, FPURegister::from_code(scratch.code() + 1));
mtc1             1080 src/mips/macro-assembler-mips.cc   mtc1(zero_reg, scratch);
mtc1             1184 src/mips/macro-assembler-mips.cc       mtc1(at, dst);
mtc1             1186 src/mips/macro-assembler-mips.cc       mtc1(zero_reg, dst);
mtc1             1192 src/mips/macro-assembler-mips.cc       mtc1(at, dst.high());
mtc1             1194 src/mips/macro-assembler-mips.cc       mtc1(zero_reg, dst.high());
mtc1             1353 src/mips/macro-assembler-mips.cc     mtc1(scratch, FPURegister::from_code(double_scratch.code() + 1));
mtc1             4062 src/mips/macro-assembler-mips.cc     mtc1(scratch1, result);
mtc1             4090 src/mips/macro-assembler-mips.cc   mtc1(scratch1, value);
mtc1              245 src/mips/macro-assembler-mips.h     mtc1(src_low, dst);
mtc1              246 src/mips/macro-assembler-mips.h     mtc1(src_high, FPURegister::from_code(dst.code() + 1));
mtc1              986 src/mips/stub-cache-mips.cc     __ mtc1(ival, f0);
mtc1             3719 src/mips/stub-cache-mips.cc       __ mtc1(value, f0);
mtc1              303 test/cctest/test-assembler-mips.cc     __ mtc1(t0, f14);
mtc1              372 test/cctest/test-assembler-mips.cc     __ mtc1(t0, f6);
mtc1              373 test/cctest/test-assembler-mips.cc     __ mtc1(t1, f7);
mtc1              374 test/cctest/test-assembler-mips.cc     __ mtc1(t2, f4);
mtc1              375 test/cctest/test-assembler-mips.cc     __ mtc1(t3, f5);
mtc1              441 test/cctest/test-assembler-mips.cc     __ mtc1(t0, f12);
mtc1              446 test/cctest/test-assembler-mips.cc     __ mtc1(t1, f14);
mtc1              804 test/cctest/test-assembler-mips.cc     __ mtc1(t0, f8);  // f8 has LS 32-bits.
mtc1              805 test/cctest/test-assembler-mips.cc     __ mtc1(t1, f9);  // f9 has MS 32-bits.