Searched refs:_mm_castps_si128 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_rdft_sse2.c | 121 _mm_shuffle_epi32(_mm_castps_si128(x3r0_3i0_3r1_x3i1), in cftmdl_128_SSE2() 135 _mm_storel_epi64((__m128i*)&a[j0 + 0], _mm_castps_si128(xx0)); in cftmdl_128_SSE2() 137 _mm_shuffle_epi32(_mm_castps_si128(xx0), in cftmdl_128_SSE2() 140 _mm_storel_epi64((__m128i*)&a[j0 + 16], _mm_castps_si128(xx1)); in cftmdl_128_SSE2() 142 _mm_shuffle_epi32(_mm_castps_si128(xx1), in cftmdl_128_SSE2() 146 _mm_storel_epi64((__m128i*)&a[j0 + 8], _mm_castps_si128(x1_x3_add)); in cftmdl_128_SSE2() 147 _mm_storel_epi64((__m128i*)&a[j0 + 24], _mm_castps_si128(x1_x3_sub)); in cftmdl_128_SSE2() 149 _mm_storel_epi64((__m128i*)&a[j0 + 40], _mm_castps_si128(yy4)); in cftmdl_128_SSE2() 151 _mm_shuffle_epi32(_mm_castps_si128(yy4), in cftmdl_128_SSE2() 196 _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(xx1), in cftmdl_128_SSE2() [all …]
|
D | aec_rdft.h | 19 static __inline __m128i _mm_castps_si128(__m128 a) { return *(__m128i*)&a; } in _mm_castps_si128() function
|
D | aec_core_sse2.c | 238 const __m128 n_1 = _mm_castsi128_ps(_mm_srli_epi32(_mm_castps_si128(two_n), in mm_pow_ps()
|
/external/clang/lib/Headers/ |
D | emmintrin.h | 1397 _mm_castps_si128(__m128 in) in _mm_castps_si128() function
|