Home | History | Annotate | Download | only in arm

Lines Matching refs:single_scratch

4363   SwVfpRegister single_scratch = double_scratch0().low();
4367 __ vmov(single_scratch, scratch);
4369 __ vmov(single_scratch, ToRegister(input));
4371 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch);