/external/clang/test/Sema/ |
warn-shadow-intrinsics.c | 9 qf = _mm_slli_si128(_mm_add_epi64(qf, _mm_srli_si128(qf, 8)), 8); // no-warning
|
/external/libavc/encoder/x86/ |
ime_distortion_metrics_sse42.c | 131 sad_val = _mm_add_epi64(res_r0, res_r1); 132 sad_val = _mm_add_epi64(sad_val, res_r2); 133 sad_val = _mm_add_epi64(sad_val, res_r3); 154 sad_val = _mm_add_epi64(sad_val, res_r0); 155 sad_val = _mm_add_epi64(sad_val, res_r1); 156 sad_val = _mm_add_epi64(sad_val, res_r2); 157 sad_val = _mm_add_epi64(sad_val, res_r3); 177 sad_val = _mm_add_epi64(sad_val, res_r0); 178 sad_val = _mm_add_epi64(sad_val, res_r1); 179 sad_val = _mm_add_epi64(sad_val, res_r2) [all...] |
/external/boringssl/src/crypto/poly1305/ |
poly1305_vec.c | 308 T0 = _mm_add_epi64(T0, T5); 309 T1 = _mm_add_epi64(T1, T6); 312 T0 = _mm_add_epi64(T0, T5); 313 T1 = _mm_add_epi64(T1, T6); 316 T0 = _mm_add_epi64(T0, T5); 317 T1 = _mm_add_epi64(T1, T6); 320 T0 = _mm_add_epi64(T0, T5); 321 T1 = _mm_add_epi64(T1, T6); 324 T2 = _mm_add_epi64(T2, T5); 325 T3 = _mm_add_epi64(T3, T6) [all...] |
/external/libmpeg2/common/x86/ |
icv_sad_ssse3.c | 139 res_r0 = _mm_add_epi64(res_r0, res_r1); 140 res_r0 = _mm_add_epi64(res_r0, _mm_srli_si128(res_r0, 8));
|
ideint_spatial_filter_ssse3.c | 145 diffs[0] = _mm_add_epi64(diffs[0], diff); 148 diffs[1] = _mm_add_epi64(diffs[1], diff); 151 diffs[2] = _mm_add_epi64(diffs[2], diff);
|
icv_variance_ssse3.c | 128 vsum = _mm_add_epi64(sum_r0, sum_r1); 129 vsum = _mm_add_epi64(vsum, _mm_srli_si128(vsum, 8));
|
/external/pdfium/third_party/libopenjpeg20/ |
mct.c | 239 lo = _mm_add_epi64(lo, mulround); 240 hi = _mm_add_epi64(hi, mulround); 249 lo = _mm_add_epi64(lo, mulround); 250 hi = _mm_add_epi64(hi, mulround); 259 lo = _mm_add_epi64(lo, mulround); 260 hi = _mm_add_epi64(hi, mulround); 274 lo = _mm_add_epi64(lo, mulround); 275 hi = _mm_add_epi64(hi, mulround); 284 lo = _mm_add_epi64(lo, mulround); 285 hi = _mm_add_epi64(hi, mulround) [all...] |
/external/webp/src/dsp/ |
rescaler_sse2.c | 155 const __m128i E1 = _mm_add_epi64(D1, rounder); 156 const __m128i E2 = _mm_add_epi64(D2, rounder); 206 const __m128i C0 = _mm_add_epi64(B0, rounder); 207 const __m128i C1 = _mm_add_epi64(B1, rounder); 208 const __m128i C2 = _mm_add_epi64(B2, rounder); 209 const __m128i C3 = _mm_add_epi64(B3, rounder); 262 const __m128i C0 = _mm_add_epi64(A0, B0); 263 const __m128i C1 = _mm_add_epi64(A1, B1); 264 const __m128i C2 = _mm_add_epi64(A2, B2); 265 const __m128i C3 = _mm_add_epi64(A3, B3) [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_error_intrin_avx2.c | 62 sse_reg128 = _mm_add_epi64(_mm256_castsi256_si128(sse_reg), 65 ssz_reg128 = _mm_add_epi64(_mm256_castsi256_si128(ssz_reg),
|
/external/webrtc/webrtc/modules/video_processing/ |
content_analysis_sse2.cc | 52 sad_64 = _mm_add_epi64(sad_64, _mm_sad_epu8(o, p)); 55 sum_64 = _mm_add_epi64(sum_64, _mm_sad_epu8(o, z)); 70 _mm_add_epi64(sqsum_64, _mm_add_epi64(_mm_unpackhi_epi32(sqsum_32, z), 234 _mm_store_si128(&se_128, _mm_add_epi64(_mm_unpackhi_epi32(se_32, z), 236 _mm_store_si128(&sev_128, _mm_add_epi64(_mm_unpackhi_epi32(sev_32, z), 238 _mm_store_si128(&seh_128, _mm_add_epi64(_mm_unpackhi_epi32(seh_32, z), 240 _mm_store_si128(&msa_128, _mm_add_epi64(_mm_unpackhi_epi32(msa_32, z),
|
/external/lzma/C/ |
AesOpt.c | 123 ctr = _mm_add_epi64(ctr, one); m0 = _mm_xor_si128(ctr, t);
124 ctr = _mm_add_epi64(ctr, one); m1 = _mm_xor_si128(ctr, t);
125 ctr = _mm_add_epi64(ctr, one); m2 = _mm_xor_si128(ctr, t);
146 ctr = _mm_add_epi64(ctr, one);
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
intrin_sse.hpp | 500 __m128i a1 = _mm_srli_epi64(_mm_add_epi64(a.val, delta2.val), n); 501 __m128i b1 = _mm_srli_epi64(_mm_add_epi64(b.val, delta2.val), n); 512 __m128i a1 = _mm_srli_epi64(_mm_add_epi64(a.val, delta2.val), n); 533 __m128i a1 = v_srai_epi64(_mm_add_epi64(a.val, delta2.val), n); 534 __m128i b1 = v_srai_epi64(_mm_add_epi64(b.val, delta2.val), n); 545 __m128i a1 = v_srai_epi64(_mm_add_epi64(a.val, delta2.val), n); 596 OPENCV_HAL_IMPL_SSE_BIN_OP(+, v_uint64x2, _mm_add_epi64) 598 OPENCV_HAL_IMPL_SSE_BIN_OP(+, v_int64x2, _mm_add_epi64) [all...] |
/external/opencv3/modules/imgproc/src/ |
moments.cpp | 365 v_x3 = _mm_add_epi64(v_x3, _mm_add_epi64(_mm_unpacklo_epi32(t, v_zero), _mm_unpackhi_epi32(t, v_zero)));
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
fwd_txfm_sse2.h | 27 return _mm_add_epi64(buf0, buf1);
|
/external/clang/test/CodeGen/ |
sse2-builtins.c | 30 return _mm_add_epi64(A, B); [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
arm_neon.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ |
arm_neon.h | [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
arm_neon.h | [all...] |
/external/clang/lib/Headers/ |
emmintrin.h | 654 _mm_add_epi64(__m128i __a, __m128i __b) function [all...] |
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
emmintrin.h | 654 _mm_add_epi64(__m128i __a, __m128i __b) function [all...] |
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
emmintrin.h | 643 _mm_add_epi64(__m128i __a, __m128i __b) function [all...] |
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
emmintrin.h | 642 _mm_add_epi64(__m128i __a, __m128i __b) function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
emmintrin.h | 654 _mm_add_epi64(__m128i __a, __m128i __b) function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
emmintrin.h | 654 _mm_add_epi64(__m128i __a, __m128i __b) function [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
emmintrin.h | 654 _mm_add_epi64(__m128i __a, __m128i __b) function [all...] |