Searched defs:vcvt_f32_f64 (Results 1 – 3 of 3) sorted by relevance
406 __ vcvt_f32_f64(scratch, i.InputDoubleRegister(index)); in AssembleArchInstruction() local
3853 __ vcvt_f32_f64(scratch.low(), input_reg); in DoMathFround() local4302 __ vcvt_f32_f64(double_scratch0().low(), value); in DoStoreKeyedExternalArray() local
2842 void Assembler::vcvt_f32_f64(const SwVfpRegister dst, in vcvt_f32_f64() function in v8::internal::Assembler