Home
last modified time | relevance | path

Searched refs:_mm_sub_epi64 (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht16x16_add_sse4.c52 s1[0] = _mm_sub_epi64(t10[0], t01[0]); in highbd_iadst_butterfly_sse4_1()
53 s1[1] = _mm_sub_epi64(t10[1], t01[1]); in highbd_iadst_butterfly_sse4_1()
91 x8[0] = _mm_sub_epi64(s0[0], s8[0]); in highbd_iadst16_4col_sse4_1()
92 x8[1] = _mm_sub_epi64(s0[1], s8[1]); in highbd_iadst16_4col_sse4_1()
93 x9[0] = _mm_sub_epi64(s1[0], s9[0]); in highbd_iadst16_4col_sse4_1()
94 x9[1] = _mm_sub_epi64(s1[1], s9[1]); in highbd_iadst16_4col_sse4_1()
95 x10[0] = _mm_sub_epi64(s2[0], s10[0]); in highbd_iadst16_4col_sse4_1()
96 x10[1] = _mm_sub_epi64(s2[1], s10[1]); in highbd_iadst16_4col_sse4_1()
97 x11[0] = _mm_sub_epi64(s3[0], s11[0]); in highbd_iadst16_4col_sse4_1()
98 x11[1] = _mm_sub_epi64(s3[1], s11[1]); in highbd_iadst16_4col_sse4_1()
[all …]
Dvp9_highbd_iht8x8_add_sse4.c52 s1[0] = _mm_sub_epi64(t10[0], t01[0]); in highbd_iadst_butterfly_sse4_1()
53 s1[1] = _mm_sub_epi64(t10[1], t01[1]); in highbd_iadst_butterfly_sse4_1()
69 x4[0] = _mm_sub_epi64(s0[0], s4[0]); in highbd_iadst8_sse4_1()
70 x4[1] = _mm_sub_epi64(s0[1], s4[1]); in highbd_iadst8_sse4_1()
71 x5[0] = _mm_sub_epi64(s1[0], s5[0]); in highbd_iadst8_sse4_1()
72 x5[1] = _mm_sub_epi64(s1[1], s5[1]); in highbd_iadst8_sse4_1()
80 x6[0] = _mm_sub_epi64(s2[0], s6[0]); in highbd_iadst8_sse4_1()
81 x6[1] = _mm_sub_epi64(s2[1], s6[1]); in highbd_iadst8_sse4_1()
82 x7[0] = _mm_sub_epi64(s3[0], s7[0]); in highbd_iadst8_sse4_1()
83 x7[1] = _mm_sub_epi64(s3[1], s7[1]); in highbd_iadst8_sse4_1()
[all …]
Dvp9_highbd_iht4x4_add_sse4.c54 t1[0] = _mm_sub_epi64(s1[0], s4[0]); in highbd_iadst4_sse4_1()
55 t1[1] = _mm_sub_epi64(s1[1], s4[1]); in highbd_iadst4_sse4_1()
56 t1[0] = _mm_sub_epi64(t1[0], s6[0]); in highbd_iadst4_sse4_1()
57 t1[1] = _mm_sub_epi64(t1[1], s6[1]); in highbd_iadst4_sse4_1()
70 s3[0] = _mm_sub_epi64(s3[0], s2[0]); in highbd_iadst4_sse4_1()
71 s3[1] = _mm_sub_epi64(s3[1], s2[1]); in highbd_iadst4_sse4_1()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_inv_txfm_sse4.h50 temp1[0] = _mm_sub_epi64(temp1[0], temp2[0]); in highbd_butterfly_sse4_1()
51 temp1[1] = _mm_sub_epi64(temp1[1], temp2[1]); in highbd_butterfly_sse4_1()
Dhighbd_inv_txfm_sse2.h82 return _mm_sub_epi64(out, sign); in multiply_apply_sign_sse2()
111 t0 = _mm_sub_epi64(_mm_setzero_si128(), t0); in multiplication_neg_round_shift_sse2()
112 t1 = _mm_sub_epi64(_mm_setzero_si128(), t1); in multiplication_neg_round_shift_sse2()
140 temp1[0] = _mm_sub_epi64(temp1[0], temp2[0]); in highbd_butterfly_sse2()
141 temp1[1] = _mm_sub_epi64(temp1[1], temp2[1]); in highbd_butterfly_sse2()
Dhighbd_idct4x4_add_sse2.c60 temp1[0] = _mm_sub_epi64(temp1[0], temp1[2]); // [1]*cospi_24 - [3]*cospi_8 in highbd_idct4_small_sse2()
61 temp1[1] = _mm_sub_epi64(temp1[1], temp1[3]); // [1]*cospi_24 - [3]*cospi_8 in highbd_idct4_small_sse2()
/external/webp/src/dsp/
Drescaler_sse2.c309 const __m128i E0 = _mm_sub_epi64(A0, D0); // irow[x] - frac in RescalerExportRowShrink_SSE2()
310 const __m128i E1 = _mm_sub_epi64(A1, D1); in RescalerExportRowShrink_SSE2()
311 const __m128i E2 = _mm_sub_epi64(A2, D2); in RescalerExportRowShrink_SSE2()
312 const __m128i E3 = _mm_sub_epi64(A3, D3); in RescalerExportRowShrink_SSE2()
/external/mesa3d/src/gallium/auxiliary/util/
Du_sse.h202 *res13 = _mm_sub_epi64(mul13, fixup13); in mm_mullohi_epi32()
203 return _mm_sub_epi64(mul02, fixup02); in mm_mullohi_epi32()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c438 c02 = _mm_sub_epi64(cdx02, cdy02); in do_triangle_ccw()
439 c13 = _mm_sub_epi64(cdx13, cdy13); in do_triangle_ccw()
440 c02 = _mm_sub_epi64(c02, _mm_shuffle_epi32(c_dec, in do_triangle_ccw()
442 c13 = _mm_sub_epi64(c13, _mm_shuffle_epi32(c_dec, in do_triangle_ccw()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.h136 vMul = _mm_sub_epi64(vMul, vMul2); in calcDeterminantInt()
/external/clang/test/CodeGen/
Dsse2-builtins.c1382 return _mm_sub_epi64(A, B); in test_mm_sub_epi64()
/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_x86.h127 SIMD_INLINE v128 v128_sub_64(v128 a, v128 b) { return _mm_sub_epi64(a, b); } in v128_sub_64()
/external/clang/lib/Headers/
Demmintrin.h925 _mm_sub_epi64(__m128i __a, __m128i __b) in _mm_sub_epi64() function