Home | History | Annotate | Download | only in mips64

Lines Matching defs:single_scratch

4622   FPURegister single_scratch = double_scratch0().low();
4626 __ mtc1(scratch, single_scratch);
4628 __ mtc1(ToRegister(input), single_scratch);
4630 __ cvt_d_w(ToDoubleRegister(output), single_scratch);