Home | History | Annotate | Download | only in mips

Lines Matching defs:single_scratch

848   const FPURegister single_scratch = f8;
871 __ mtc1(scratch, single_scratch);
872 __ cvt_d_w(double_base, single_scratch);
1014 __ mtc1(exponent, single_scratch);
1015 __ cvt_d_w(double_exponent, single_scratch);
3519 FPURegister single_scratch = f6;
3520 __ mtc1(a2, single_scratch);
3521 __ cvt_d_w(f2, single_scratch);
3532 single_scratch = f8;
3533 __ mtc1(a2, single_scratch);
3534 __ cvt_d_w(f0, single_scratch);