Searched defs:vcvt_f32_f64 (Results 1 – 3 of 3) sorted by relevance
1270 __ vcvt_f32_f64(i.OutputFloatRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
3373 __ vcvt_f32_f64(scratch.low(), input_reg); in DoMathFround() local3825 __ vcvt_f32_f64(double_scratch0().low(), value); in DoStoreKeyedExternalArray() local
3157 void Assembler::vcvt_f32_f64(const SwVfpRegister dst, in vcvt_f32_f64() function in v8::internal::Assembler