Home | History | Annotate | Download | only in mips

Lines Matching defs:single_scratch

807   const FPURegister single_scratch = f8;
830 __ mtc1(scratch, single_scratch);
831 __ cvt_d_w(double_base, single_scratch);
972 __ mtc1(exponent, single_scratch);
973 __ cvt_d_w(double_exponent, single_scratch);
3501 FPURegister single_scratch = f6;
3502 __ mtc1(a2, single_scratch);
3503 __ cvt_d_w(f2, single_scratch);
3514 single_scratch = f8;
3515 __ mtc1(a2, single_scratch);
3516 __ cvt_d_w(f0, single_scratch);