Home | History | Annotate | Download | only in arm

Lines Matching defs:single_scratch

4635   SwVfpRegister single_scratch = double_scratch0().low();
4639 __ vmov(single_scratch, scratch);
4641 __ vmov(single_scratch, ToRegister(input));
4643 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch);