Home | History | Annotate | Download | only in mips64

Lines Matching defs:single_scratch

4656   FPURegister single_scratch = double_scratch0().low();
4660 __ mtc1(scratch, single_scratch);
4662 __ mtc1(ToRegister(input), single_scratch);
4664 __ cvt_d_w(ToDoubleRegister(output), single_scratch);