Home
last modified time | relevance | path

Searched refs:_mm_cvtps_epi32 (Results 1 – 25 of 25) sorted by relevance

/external/XNNPACK/src/qu8-requantization/
Dfp32-sse2.c64 const __m128i x_rounded = _mm_cvtps_epi32(x_scaled); in xnn_qu8_requantize_fp32__sse2()
65 const __m128i y_rounded = _mm_cvtps_epi32(y_scaled); in xnn_qu8_requantize_fp32__sse2()
66 const __m128i z_rounded = _mm_cvtps_epi32(z_scaled); in xnn_qu8_requantize_fp32__sse2()
67 const __m128i w_rounded = _mm_cvtps_epi32(w_scaled); in xnn_qu8_requantize_fp32__sse2()
/external/XNNPACK/src/qs8-requantization/
Dfp32-sse4.c64 const __m128i x_rounded = _mm_cvtps_epi32(x_scaled); in xnn_qs8_requantize_fp32__sse4()
65 const __m128i y_rounded = _mm_cvtps_epi32(y_scaled); in xnn_qs8_requantize_fp32__sse4()
66 const __m128i z_rounded = _mm_cvtps_epi32(z_scaled); in xnn_qs8_requantize_fp32__sse4()
67 const __m128i w_rounded = _mm_cvtps_epi32(w_scaled); in xnn_qs8_requantize_fp32__sse4()
Dfp32-sse2.c64 const __m128i x_rounded = _mm_cvtps_epi32(x_scaled); in xnn_qs8_requantize_fp32__sse2()
65 const __m128i y_rounded = _mm_cvtps_epi32(y_scaled); in xnn_qs8_requantize_fp32__sse2()
66 const __m128i z_rounded = _mm_cvtps_epi32(z_scaled); in xnn_qs8_requantize_fp32__sse2()
67 const __m128i w_rounded = _mm_cvtps_epi32(w_scaled); in xnn_qs8_requantize_fp32__sse2()
/external/XNNPACK/src/f32-vrnd/gen/
Dvrndne-sse2-x8.c34 const __m128i vintx0123 = _mm_cvtps_epi32(vx0123); in xnn_f32_vrndne_ukernel__sse2_x8()
35 const __m128i vintx4567 = _mm_cvtps_epi32(vx4567); in xnn_f32_vrndne_ukernel__sse2_x8()
54 const __m128i vintx = _mm_cvtps_epi32(vx); in xnn_f32_vrndne_ukernel__sse2_x8()
64 const __m128i vintx = _mm_cvtps_epi32(vx); in xnn_f32_vrndne_ukernel__sse2_x8()
Dvrndne-sse2-x4.c33 const __m128i vintx0123 = _mm_cvtps_epi32(vx0123); in xnn_f32_vrndne_ukernel__sse2_x4()
46 const __m128i vintx = _mm_cvtps_epi32(vx); in xnn_f32_vrndne_ukernel__sse2_x4()
/external/XNNPACK/src/f32-vrnd/
Dvrndne-sse2.c.in35 const __m128i vintx${ABC[N:N+4]} = _mm_cvtps_epi32(vx${ABC[N:N+4]});
56 const __m128i vintx = _mm_cvtps_epi32(vx);
66 const __m128i vintx = _mm_cvtps_epi32(vx);
/external/XNNPACK/src/math/
Droundne-sse2-cvt.c32 const __m128i vintx = _mm_cvtps_epi32(vx); in xnn_math_f32_roundne__sse2_cvt()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.h44 return _mm_cvtps_epi32(vFixed); in fpToFixedPoint()
Dformat_types.h829 ret = _mm_castsi128_ps(_mm_cvtps_epi32(ret));
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c1050 vxy0xy2i = _mm_cvtps_epi32(vxy0xy2); in calc_fixed_position()
1051 vxy1xy0i = _mm_cvtps_epi32(vxy1xy0); in calc_fixed_position()
/external/llvm-project/clang/test/CodeGen/
Dppc-emmintrin.c873 resi = _mm_cvtps_epi32(m1); in test_converts()
/external/clang/test/CodeGen/
Dsse2-builtins.c480 return _mm_cvtps_epi32(A); in test_mm_cvtps_epi32()
/external/llvm-project/clang/test/CodeGen/X86/
Dsse2-builtins.c481 return _mm_cvtps_epi32(A); in test_mm_cvtps_epi32()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_128_avx.inl281 return _mm_cvtps_epi32(a);
/external/skia/include/private/
DSkNx_sse.h811 return _mm_cvtps_epi32(x.fVec); in Sk4f_round()
DSkVx.h553 return unchecked_bit_pun<Vec<N,int>>(_mm_cvtps_epi32(unchecked_bit_pun<__m128>(x)));
/external/skqp/include/private/
DSkNx_sse.h815 return _mm_cvtps_epi32(x.fVec); in Sk4f_round()
/external/llvm-project/clang/lib/Headers/
Demmintrin.h3428 _mm_cvtps_epi32(__m128 __a) in _mm_cvtps_epi32() function
Davx512vlintrin.h2065 (__v4si)_mm_cvtps_epi32(__A), in _mm_mask_cvtps_epi32()
2072 (__v4si)_mm_cvtps_epi32(__A), in _mm_maskz_cvtps_epi32()
/external/clang/lib/Headers/
Demmintrin.h1740 _mm_cvtps_epi32(__m128 __a) in _mm_cvtps_epi32() function
/external/pffft/
Dsse2neon.h4575 FORCE_INLINE __m128i _mm_cvtps_epi32(__m128 a) in _mm_cvtps_epi32() function
4857 return _mm_cvtepi32_ps(_mm_cvtps_epi32(a)); in _mm_round_ps()
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Demmintrin.h972 _mm_cvtps_epi32 (__m128 __A) in _mm_cvtps_epi32() function
/external/skqp/src/opts/
DSkRasterPipeline_opts.h521 SI U32 round(F v, F scale) { return _mm_cvtps_epi32(v*scale); }
/external/skia/src/opts/
DSkRasterPipeline_opts.h690 SI U32 round(F v, F scale) { return _mm_cvtps_epi32(v*scale); }
/external/neon_2_sse/
DNEON_2_SSE.h12695 res = _mm_cvtps_epi32(_pM128(a)); //use low 64 bits of result only in vcvt_s32_f32()
12790 return _mm_cvtps_epi32(a); in vcvtnq_s32_f32()