mfc1              801 src/mips/assembler-mips.h   void mfc1(Register rt, FPURegister fs);
mfc1              961 src/mips/code-stubs-mips.cc     __ mfc1(dst, single_scratch);
mfc1             3023 src/mips/code-stubs-mips.cc           __ mfc1(scratch1, single_scratch);
mfc1             3030 src/mips/code-stubs-mips.cc           __ mfc1(scratch2, f11);
mfc1             3790 src/mips/code-stubs-mips.cc     __ mfc1(scratch, single_scratch);
mfc1             3087 src/mips/lithium-codegen-mips.cc   __ mfc1(result, single_scratch);
mfc1             3093 src/mips/lithium-codegen-mips.cc     __ mfc1(scratch1, input.high());
mfc1             3108 src/mips/lithium-codegen-mips.cc   __ mfc1(result, input.high());
mfc1             3138 src/mips/lithium-codegen-mips.cc   __ mfc1(result, double_scratch0().high());
mfc1             3164 src/mips/lithium-codegen-mips.cc   __ mfc1(result, double_scratch0().low());
mfc1             3170 src/mips/lithium-codegen-mips.cc     __ mfc1(scratch, input.high());
mfc1             4090 src/mips/lithium-codegen-mips.cc     __ mfc1(at, result_reg.low());
mfc1             4092 src/mips/lithium-codegen-mips.cc     __ mfc1(scratch, result_reg.high());
mfc1             4172 src/mips/lithium-codegen-mips.cc     __ mfc1(input_reg, single_scratch);
mfc1             4177 src/mips/lithium-codegen-mips.cc       __ mfc1(scratch1, double_scratch.high());
mfc1             4259 src/mips/lithium-codegen-mips.cc     __ mfc1(result_reg, single_scratch);
mfc1              978 src/mips/macro-assembler-mips.cc   mfc1(t8, fs);
mfc1             1030 src/mips/macro-assembler-mips.cc     mfc1(t8, FPURegister::from_code(fs.code() + 1));
mfc1             1040 src/mips/macro-assembler-mips.cc     mfc1(t8, FPURegister::from_code(fs.code() + 1));
mfc1             1051 src/mips/macro-assembler-mips.cc     mfc1(t8, FPURegister::from_code(fs.code() + 1));
mfc1             1062 src/mips/macro-assembler-mips.cc     mfc1(t8, FPURegister::from_code(fs.code() + 1));
mfc1             1090 src/mips/macro-assembler-mips.cc   mfc1(rs, scratch);
mfc1             1098 src/mips/macro-assembler-mips.cc   mfc1(rs, scratch);
mfc1             1355 src/mips/macro-assembler-mips.cc     mfc1(dest, double_scratch);
mfc1             1548 src/mips/macro-assembler-mips.cc   mfc1(result, single_scratch);
mfc1             5396 src/mips/macro-assembler-mips.cc   mfc1(result_reg, temp_double_reg);
mfc1              240 src/mips/macro-assembler-mips.h     mfc1(dst_low, src);
mfc1              241 src/mips/macro-assembler-mips.h     mfc1(dst_high, FPURegister::from_code(src.code() + 1));
mfc1             2176 src/mips/stub-cache-mips.cc   __ mfc1(v0, f0);
mfc1             3582 src/mips/stub-cache-mips.cc     __ mfc1(scratch0, double_scratch0);
mfc1              367 test/cctest/test-assembler-mips.cc     __ mfc1(t0, f4);
mfc1              368 test/cctest/test-assembler-mips.cc     __ mfc1(t1, f5);
mfc1              369 test/cctest/test-assembler-mips.cc     __ mfc1(t2, f6);
mfc1              370 test/cctest/test-assembler-mips.cc     __ mfc1(t3, f7);
mfc1              432 test/cctest/test-assembler-mips.cc     __ mfc1(t2, f8);
mfc1              437 test/cctest/test-assembler-mips.cc     __ mfc1(t3, f10);
mfc1              789 test/cctest/test-assembler-mips.cc     __ mfc1(t0, f0);
mfc1              790 test/cctest/test-assembler-mips.cc     __ mfc1(t1, f1);
mfc1              796 test/cctest/test-assembler-mips.cc     __ mfc1(t0, f0);  // f0 has LS 32 bits of long.
mfc1              797 test/cctest/test-assembler-mips.cc     __ mfc1(t1, f1);  // f1 has MS 32 bits of long.