Searched defs:vcvt_f64_f32 (Results 1 – 3 of 3) sorted by relevance
1275 __ vcvt_f64_f32(i.OutputDoubleRegister(), i.InputFloatRegister(0)); in AssembleArchInstruction() local
2740 __ vcvt_f64_f32(result, double_scratch0().low()); in DoLoadKeyedExternalArray() local3374 __ vcvt_f64_f32(output_reg, scratch.low()); in DoMathFround() local
3148 void Assembler::vcvt_f64_f32(const DwVfpRegister dst, in vcvt_f64_f32() function in v8::internal::Assembler