Searched defs:vcvt_u32_f32 (Results 1 – 3 of 3) sorted by relevance
1505 __ vcvt_u32_f32(scratch, i.InputFloatRegister(0)); in AssembleArchInstruction() local1972 __ vcvt_u32_f32(i.OutputSimd128Register(), i.InputSimd128Register(0)); in AssembleArchInstruction() local
3128 void Assembler::vcvt_u32_f32(const SwVfpRegister dst, const SwVfpRegister src, in vcvt_u32_f32() function in v8::internal::Assembler4094 void Assembler::vcvt_u32_f32(QwNeonRegister dst, QwNeonRegister src) { in vcvt_u32_f32() function in v8::internal::Assembler
12700 _NEON2SSE_INLINE uint32x2_t vcvt_u32_f32(float32x2_t a) in vcvt_u32_f32() function