/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_sse2.c | 92 const __m128 a_00_32 = _mm_shuffle_ps(_mm_castsi128_ps(a_00), in cftmdl_128_SSE2() 93 _mm_castsi128_ps(a_32), in cftmdl_128_SSE2() 95 const __m128 a_08_40 = _mm_shuffle_ps(_mm_castsi128_ps(a_08), in cftmdl_128_SSE2() 96 _mm_castsi128_ps(a_40), in cftmdl_128_SSE2() 105 const __m128 a_16_48 = _mm_shuffle_ps(_mm_castsi128_ps(a_16), in cftmdl_128_SSE2() 106 _mm_castsi128_ps(a_48), in cftmdl_128_SSE2() 108 const __m128 a_24_56 = _mm_shuffle_ps(_mm_castsi128_ps(a_24), in cftmdl_128_SSE2() 109 _mm_castsi128_ps(a_56), in cftmdl_128_SSE2() 117 const __m128 x3i0_3r0_3i1_x3r1 = _mm_castsi128_ps(_mm_shuffle_epi32( in cftmdl_128_SSE2() 166 const __m128 a_00_32 = _mm_shuffle_ps(_mm_castsi128_ps(a_00), in cftmdl_128_SSE2() [all …]
|
D | aec_rdft.h | 20 static __inline __m128 _mm_castsi128_ps(__m128i a) { return *(__m128*)&a; } in _mm_castsi128_ps() function
|
D | aec_core_sse2.c | 266 const __m128 n_1 = _mm_castsi128_ps(_mm_srli_epi32( in mm_pow_ps() 348 _mm_castsi128_ps(_mm_slli_epi32(two_n_exponent, float_exponent_shift)); in mm_pow_ps()
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | PacketMath.h | 65 (_mm_castsi128_ps(_mm_shuffle_epi32( _mm_castps_si128(v), ((s)<<6|(r)<<4|(q)<<2|(p))))) 77 …(_mm_castps_si128( (_mm_shuffle_ps( _mm_castsi128_ps(a), _mm_castsi128_ps(b), ((s)<<6|(r)<<4|(q)<<… 86 const Packet4f p4f_##NAME = _mm_castsi128_ps(pset1<Packet4i>(X)) 208 …const Packet4f mask = _mm_castsi128_ps(_mm_setr_epi32(0x80000000,0x80000000,0x80000000,0x80000000)… 444 …const Packet4f mask = _mm_castsi128_ps(_mm_setr_epi32(0x7FFFFFFF,0x7FFFFFFF,0x7FFFFFFF,0x7FFFFFFF)… 496 vecs[1] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0x55)); 497 vecs[2] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0xAA)); 498 vecs[3] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0xFF)); 499 vecs[0] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0x00)); 686 …first = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(second), _mm_castps_si128(first), Offset… [all …]
|
D | Complex.h | 59 const __m128 mask = _mm_castsi128_ps(_mm_setr_epi32(0x80000000,0x80000000,0x80000000,0x80000000)); 64 const __m128 mask = _mm_castsi128_ps(_mm_setr_epi32(0x00000000,0x80000000,0x00000000,0x80000000)); 78 const __m128 mask = _mm_castsi128_ps(_mm_setr_epi32(0x80000000,0x00000000,0x80000000,0x00000000)); 188 … const __m128 mask = _mm_castsi128_ps(_mm_setr_epi32(0x00000000,0x80000000,0x00000000,0x80000000)); 206 … const __m128 mask = _mm_castsi128_ps(_mm_setr_epi32(0x00000000,0x80000000,0x00000000,0x80000000)); 224 … const __m128 mask = _mm_castsi128_ps(_mm_setr_epi32(0x00000000,0x80000000,0x00000000,0x80000000)); 255 …return Packet2cf(_mm_div_ps(res.v,_mm_add_ps(s,_mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128…
|
D | MathFunctions.h | 169 return pmax(pmul(y, Packet4f(_mm_castsi128_ps(emm0))), _x); 315 Packet4f swap_sign_bit = _mm_castsi128_ps(emm0); 316 Packet4f poly_mask = _mm_castsi128_ps(emm2); 405 Packet4f sign_bit = _mm_castsi128_ps(emm0); 406 Packet4f poly_mask = _mm_castsi128_ps(emm2);
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | loopfilter_avx2.c | 34 _mm_loadh_pi(_mm_castsi128_ps(q4p4), (__m64 *)(s + 4 * p))); in vpx_lpf_horizontal_16_avx2() 37 _mm_loadh_pi(_mm_castsi128_ps(q3p3), (__m64 *)(s + 3 * p))); in vpx_lpf_horizontal_16_avx2() 40 _mm_loadh_pi(_mm_castsi128_ps(q2p2), (__m64 *)(s + 2 * p))); in vpx_lpf_horizontal_16_avx2() 43 _mm_loadh_pi(_mm_castsi128_ps(q1p1), (__m64 *)(s + 1 * p))); in vpx_lpf_horizontal_16_avx2() 47 _mm_loadh_pi(_mm_castsi128_ps(q0p0), (__m64 *)(s - 0 * p))); in vpx_lpf_horizontal_16_avx2() 141 _mm_loadh_pi(_mm_castsi128_ps(q5p5), (__m64 *)(s + 5 * p))); in vpx_lpf_horizontal_16_avx2() 145 _mm_loadh_pi(_mm_castsi128_ps(q6p6), (__m64 *)(s + 6 * p))); in vpx_lpf_horizontal_16_avx2() 153 _mm_loadh_pi(_mm_castsi128_ps(q7p7), (__m64 *)(s + 7 * p))); in vpx_lpf_horizontal_16_avx2() 325 _mm_storeh_pi((__m64 *)(s + 6 * p), _mm_castsi128_ps(q6p6)); in vpx_lpf_horizontal_16_avx2() 331 _mm_storeh_pi((__m64 *)(s + 5 * p), _mm_castsi128_ps(q5p5)); in vpx_lpf_horizontal_16_avx2() [all …]
|
D | loopfilter_sse2.c | 135 _mm_storeh_pi((__m64 *)(s - 2 * p), _mm_castsi128_ps(ps1ps0)); // *op1 in vpx_lpf_horizontal_4_sse2() 138 _mm_storeh_pi((__m64 *)(s + 1 * p), _mm_castsi128_ps(qs1qs0)); // *oq1 in vpx_lpf_horizontal_4_sse2() 247 _mm_loadh_pi(_mm_castsi128_ps(q4p4), (__m64 *)(s + 4 * p))); in vpx_lpf_horizontal_16_sse2() 250 _mm_loadh_pi(_mm_castsi128_ps(q3p3), (__m64 *)(s + 3 * p))); in vpx_lpf_horizontal_16_sse2() 253 _mm_loadh_pi(_mm_castsi128_ps(q2p2), (__m64 *)(s + 2 * p))); in vpx_lpf_horizontal_16_sse2() 256 _mm_loadh_pi(_mm_castsi128_ps(q1p1), (__m64 *)(s + 1 * p))); in vpx_lpf_horizontal_16_sse2() 260 _mm_loadh_pi(_mm_castsi128_ps(q0p0), (__m64 *)(s - 0 * p))); in vpx_lpf_horizontal_16_sse2() 347 _mm_loadh_pi(_mm_castsi128_ps(q5p5), (__m64 *)(s + 5 * p))); in vpx_lpf_horizontal_16_sse2() 351 _mm_loadh_pi(_mm_castsi128_ps(q6p6), (__m64 *)(s + 6 * p))); in vpx_lpf_horizontal_16_sse2() 356 _mm_loadh_pi(_mm_castsi128_ps(q7p7), (__m64 *)(s + 7 * p))); in vpx_lpf_horizontal_16_sse2() [all …]
|
D | avg_pred_sse2.c | 57 r = _mm_castps_si128(_mm_loadh_pi(_mm_castsi128_ps(r_0), in vpx_comp_avg_pred_sse2()
|
/external/gemmlowp/fixedpoint/ |
D | fixedpoint_sse.h | 85 return _mm_castps_si128(_mm_blendv_ps(_mm_castsi128_ps(else_val), 86 _mm_castsi128_ps(then_val), 87 _mm_castsi128_ps(if_mask)));
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | intrinsic_common.inl | 65 …static const __m128 GLM_VAR_USED _epi32_sign_mask = _mm_castsi128_ps(_mm_set1_epi32(static_cast<in… 66 …//static const __m128 GLM_VAR_USED _epi32_inv_sign_mask = _mm_castsi128_ps(_mm_set1_epi32(0x7FFFFF… 67 //static const __m128 GLM_VAR_USED _epi32_mant_mask = _mm_castsi128_ps(_mm_set1_epi32(0x7F800000)); 68 …//static const __m128 GLM_VAR_USED _epi32_inv_mant_mask = _mm_castsi128_ps(_mm_set1_epi32(0x807FFF… 69 …//static const __m128 GLM_VAR_USED _epi32_min_norm_pos = _mm_castsi128_ps(_mm_set1_epi32(0x0080000… 81 //static const __m128 GLM_VAR_USED _epi32_ninf = _mm_castsi128_ps(_mm_set1_epi32(0xFF800000)); 82 //static const __m128 GLM_VAR_USED _epi32_pinf = _mm_castsi128_ps(_mm_set1_epi32(0x7F800000));
|
D | intrinsic_matrix.inl | 423 // _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128( 433 …__m128 Swp2A = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[2]), _MM_SHUFFLE(0, 1, 1, 2))… 434 …__m128 Swp3A = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[3]), _MM_SHUFFLE(3, 2, 3, 3))… 438 …__m128 Swp2B = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[2]), _MM_SHUFFLE(3, 2, 3, 3))… 439 …__m128 Swp3B = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[3]), _MM_SHUFFLE(0, 1, 1, 2))… 446 …__m128 Swp2C = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[2]), _MM_SHUFFLE(0, 0, 1, 2))… 447 …__m128 Swp3C = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[3]), _MM_SHUFFLE(1, 2, 0, 0))… 457 …__m128 SubFacA = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(SubE), _MM_SHUFFLE(2, 1, 0, 0… 458 …__m128 SwpFacA = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(m[1]), _MM_SHUFFLE(0, 0, 0, 1… 462 …__m128 SubFacB = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(SubTmpB), _MM_SHUFFLE(3, 1, 1… [all …]
|
D | setup.hpp | 622 …inline __m128 _mm_castsi128_ps(__m128i PI) { union { __m128 ps; __m128i pi; } c; c.pi = PI; return… in _mm_castsi128_ps() function
|
/external/libvpx/libvpx/vpx_ports/ |
D | emmintrin_compat.h | 44 _mm_castsi128_ps(__m128i __A) { in _mm_castsi128_ps() function
|
/external/llvm/test/CodeGen/X86/ |
D | lea-opt-memop-check-1.ll | 12 declare <4 x float> @_mm_castsi128_ps(<2 x i64>) optsize 21 %call1 = tail call <4 x float> @_mm_castsi128_ps(<2 x i64> %tmp0)
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | utils.h | 110 row0 = _mm_castsi128_ps(row0i); in vTranspose() 111 row1 = _mm_castsi128_ps(row1i); in vTranspose() 112 row2 = _mm_castsi128_ps(row2i); in vTranspose() 113 row3 = _mm_castsi128_ps(row3i); in vTranspose()
|
D | rasterizer.cpp | 272 int msk = _mm_movemask_ps(_mm_castsi128_ps(vA)); in adjustTopLeftRuleIntFix16() 276 int msk2 = _mm_movemask_ps(_mm_castsi128_ps(vCmp)); in adjustTopLeftRuleIntFix16() 277 msk2 &= _mm_movemask_ps(_mm_castsi128_ps(vB)); in adjustTopLeftRuleIntFix16()
|
D | format_types.h | 693 #define TO_M128(a) _mm_castsi128_ps(a) 716 ret = _mm_castsi128_ps(_mm_cvtps_epi32(ret));
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdintrin.h | 130 __m128 blendLowRes = _mm_blendv_ps(resLow, resHi, _mm_castsi128_ps(indexHi)); in _simdemu_permute_ps() 135 __m128 blendHiRes = _mm_blendv_ps(resLow, resHi, _mm_castsi128_ps(indexHi)); in _simdemu_permute_ps() 1150 return _mm_castsi128_ps(_mm_and_si128(ai, _mm_set1_epi32(0x7fffffff))); in _simd128_abs_ps()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.cc | 674 _mm_castsi128_ps(v0), _mm_castsi128_ps(v1), \
|
/external/clang/test/CodeGen/ |
D | sse2-builtins.c | 157 return _mm_castsi128_ps(A); in test_mm_castsi128_ps()
|
/external/skia/src/opts/ |
D | SkNx_sse.h | 26 return _mm_castsi128_ps(_mm_loadl_epi64((const __m128i*)ptr)); in Load()
|
/external/clang/lib/Headers/ |
D | emmintrin.h | 2437 _mm_castsi128_ps(__m128i __a) in _mm_castsi128_ps() function
|