Home | History | Annotate | Download | only in mips

Lines Matching defs:single_scratch

4592   FPURegister single_scratch = double_scratch0().low();
4596 __ mtc1(scratch, single_scratch);
4598 __ mtc1(ToRegister(input), single_scratch);
4600 __ cvt_d_w(ToDoubleRegister(output), single_scratch);