Searched defs:vcvt_f64_f32 (Results 1 – 3 of 3) sorted by relevance
398 __ vcvt_f64_f32(i.OutputDoubleRegister(), scratch); in AssembleArchInstruction() local
3246 __ vcvt_f64_f32(result, double_scratch0().low()); in DoLoadKeyedExternalArray() local3854 __ vcvt_f64_f32(output_reg, scratch.low()); in DoMathFround() local
2834 void Assembler::vcvt_f64_f32(const DwVfpRegister dst, in vcvt_f64_f32() function in v8::internal::Assembler