Lines Matching refs:single_scratch
3126 SwVfpRegister single_scratch = double_scratch0().low(); in DoMathFloor() local
3131 single_scratch, in DoMathFloor()
3138 __ vmov(result, single_scratch); in DoMathFloor()
3893 SwVfpRegister single_scratch = double_scratch0().low(); in DoInteger32ToDouble() local
3897 __ vmov(single_scratch, scratch); in DoInteger32ToDouble()
3899 __ vmov(single_scratch, ToRegister(input)); in DoInteger32ToDouble()
3901 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch); in DoInteger32ToDouble()
4099 SwVfpRegister single_scratch = double_scratch.low(); in DoDeferredTaggedToI() local
4141 single_scratch, in DoDeferredTaggedToI()
4154 single_scratch, in DoDeferredTaggedToI()
4161 __ vmov(input_reg, single_scratch); in DoDeferredTaggedToI()
4225 SwVfpRegister single_scratch = double_scratch0().low(); in DoDoubleToI() local
4233 single_scratch, in DoDoubleToI()
4240 single_scratch, in DoDoubleToI()
4249 __ vmov(result_reg, single_scratch); in DoDoubleToI()