Searched refs:_mm_storeh_pi (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | loopfilter_avx2.c | 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() 337 _mm_storeh_pi((__m64 *)(s + 4 * p), _mm_castsi128_ps(q4p4)); in vpx_lpf_horizontal_16_avx2() 343 _mm_storeh_pi((__m64 *)(s + 3 * p), _mm_castsi128_ps(q3p3)); in vpx_lpf_horizontal_16_avx2() 349 _mm_storeh_pi((__m64 *)(s + 2 * p), _mm_castsi128_ps(q2p2)); in vpx_lpf_horizontal_16_avx2() 355 _mm_storeh_pi((__m64 *)(s + 1 * p), _mm_castsi128_ps(q1p1)); in vpx_lpf_horizontal_16_avx2() 361 _mm_storeh_pi((__m64 *)(s - 0 * p), _mm_castsi128_ps(q0p0)); in vpx_lpf_horizontal_16_avx2()
|
D | mem_sse2.h | 73 _mm_storeh_pi((__m64 *)d, _mm_castsi128_ps(s)); in _mm_storeh_epi64()
|
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() 524 _mm_storeh_pi((__m64 *)(s + 6 * p), _mm_castsi128_ps(q6p6)); in vpx_lpf_horizontal_16_sse2() 530 _mm_storeh_pi((__m64 *)(s + 5 * p), _mm_castsi128_ps(q5p5)); in vpx_lpf_horizontal_16_sse2() 536 _mm_storeh_pi((__m64 *)(s + 4 * p), _mm_castsi128_ps(q4p4)); in vpx_lpf_horizontal_16_sse2() 542 _mm_storeh_pi((__m64 *)(s + 3 * p), _mm_castsi128_ps(q3p3)); in vpx_lpf_horizontal_16_sse2() 548 _mm_storeh_pi((__m64 *)(s + 2 * p), _mm_castsi128_ps(q2p2)); in vpx_lpf_horizontal_16_sse2() 554 _mm_storeh_pi((__m64 *)(s + 1 * p), _mm_castsi128_ps(q1p1)); in vpx_lpf_horizontal_16_sse2() 560 _mm_storeh_pi((__m64 *)(s - 0 * p), _mm_castsi128_ps(q0p0)); in vpx_lpf_horizontal_16_sse2()
|
D | highbd_inv_txfm_sse2.h | 303 _mm_storeh_pi((__m64 *)(dest + 1 * stride), _mm_castsi128_ps(d)); in recon_and_store_4x2()
|
D | inv_txfm_sse2.c | 206 _mm_storeh_pi((__m64 *)(dest + 1 * stride), _mm_castsi128_ps(d0)); in recon_and_store_8_dual()
|
/external/clang/test/CodeGen/ |
D | sse-builtins.c | 713 _mm_storeh_pi(x, y); in test_mm_storeh_pi()
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 1874 _mm_storeh_pi(__m64 *__p, __m128 __a) in _mm_storeh_pi() function
|