Home | History | Annotate | Download | only in mips

Lines Matching refs:single_scratch

4308   FPURegister single_scratch = double_scratch0().low();
4312 __ mtc1(scratch, single_scratch);
4314 __ mtc1(ToRegister(input), single_scratch);
4316 __ cvt_d_w(ToDoubleRegister(output), single_scratch);