Home | History | Annotate | Download | only in mips64

Lines Matching refs:single_scratch

769   const FPURegister single_scratch = f8;
792 __ mtc1(scratch, single_scratch);
793 __ cvt_d_w(double_base, single_scratch);
935 __ mtc1(exponent, single_scratch);
936 __ cvt_d_w(double_exponent, single_scratch);
2873 FPURegister single_scratch = f6;
2874 __ mtc1(a2, single_scratch);
2875 __ cvt_d_w(f2, single_scratch);
2886 single_scratch = f8;
2887 __ mtc1(a2, single_scratch);
2888 __ cvt_d_w(f0, single_scratch);