Home
last modified time | relevance | path

Searched refs:_mm_storeh_pi (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dloopfilter_avx2.c325 _mm_storeh_pi((__m64 *)(s + 6 * pitch), _mm_castsi128_ps(q6p6)); in vpx_lpf_horizontal_16_avx2()
331 _mm_storeh_pi((__m64 *)(s + 5 * pitch), _mm_castsi128_ps(q5p5)); in vpx_lpf_horizontal_16_avx2()
337 _mm_storeh_pi((__m64 *)(s + 4 * pitch), _mm_castsi128_ps(q4p4)); in vpx_lpf_horizontal_16_avx2()
343 _mm_storeh_pi((__m64 *)(s + 3 * pitch), _mm_castsi128_ps(q3p3)); in vpx_lpf_horizontal_16_avx2()
349 _mm_storeh_pi((__m64 *)(s + 2 * pitch), _mm_castsi128_ps(q2p2)); in vpx_lpf_horizontal_16_avx2()
355 _mm_storeh_pi((__m64 *)(s + 1 * pitch), _mm_castsi128_ps(q1p1)); in vpx_lpf_horizontal_16_avx2()
361 _mm_storeh_pi((__m64 *)(s - 0 * pitch), _mm_castsi128_ps(q0p0)); in vpx_lpf_horizontal_16_avx2()
Dloopfilter_sse2.c135 _mm_storeh_pi((__m64 *)(s - 2 * pitch), _mm_castsi128_ps(ps1ps0)); // *op1 in vpx_lpf_horizontal_4_sse2()
138 _mm_storeh_pi((__m64 *)(s + 1 * pitch), _mm_castsi128_ps(qs1qs0)); // *oq1 in vpx_lpf_horizontal_4_sse2()
523 _mm_storeh_pi((__m64 *)(s + 6 * pitch), _mm_castsi128_ps(q6p6)); in vpx_lpf_horizontal_16_sse2()
529 _mm_storeh_pi((__m64 *)(s + 5 * pitch), _mm_castsi128_ps(q5p5)); in vpx_lpf_horizontal_16_sse2()
535 _mm_storeh_pi((__m64 *)(s + 4 * pitch), _mm_castsi128_ps(q4p4)); in vpx_lpf_horizontal_16_sse2()
541 _mm_storeh_pi((__m64 *)(s + 3 * pitch), _mm_castsi128_ps(q3p3)); in vpx_lpf_horizontal_16_sse2()
547 _mm_storeh_pi((__m64 *)(s + 2 * pitch), _mm_castsi128_ps(q2p2)); in vpx_lpf_horizontal_16_sse2()
553 _mm_storeh_pi((__m64 *)(s + 1 * pitch), _mm_castsi128_ps(q1p1)); in vpx_lpf_horizontal_16_sse2()
559 _mm_storeh_pi((__m64 *)(s - 0 * pitch), _mm_castsi128_ps(q0p0)); in vpx_lpf_horizontal_16_sse2()
Dmem_sse2.h103 _mm_storeh_pi((__m64 *)d, _mm_castsi128_ps(s)); in _mm_storeh_epi64()
Dhighbd_inv_txfm_sse2.h307 _mm_storeh_pi((__m64 *)(dest + 1 * stride), _mm_castsi128_ps(d)); in recon_and_store_4x2()
Dinv_txfm_sse2.c201 _mm_storeh_pi((__m64 *)(dest + 1 * stride), _mm_castsi128_ps(d0)); in recon_and_store_8_dual()
/external/clang/test/CodeGen/
Dsse-builtins.c713 _mm_storeh_pi(x, y); in test_mm_storeh_pi()
/external/clang/lib/Headers/
Dxmmintrin.h1874 _mm_storeh_pi(__m64 *__p, __m128 __a) in _mm_storeh_pi() function