Searched defs:vcvt_f32_f64 (Results 1 – 3 of 3) sorted by relevance
825 __ vcvt_f32_f64(i.OutputFloat32Register(), i.InputFloat64Register(0)); in AssembleArchInstruction() local
3524 __ vcvt_f32_f64(scratch.low(), input_reg); in DoMathFround() local3985 __ vcvt_f32_f64(double_scratch0().low(), value); in DoStoreKeyedExternalArray() local
2950 void Assembler::vcvt_f32_f64(const SwVfpRegister dst, in vcvt_f32_f64() function in v8::internal::Assembler