Home | History | Annotate | Download | only in mips

Lines Matching defs:single_scratch

4388   FPURegister single_scratch = double_scratch0().low();
4392 __ mtc1(scratch, single_scratch);
4394 __ mtc1(ToRegister(input), single_scratch);
4396 __ cvt_d_w(ToDoubleRegister(output), single_scratch);