HomeSort by relevance Sort by last modified time
    Searched refs:_mm_add_epi64 (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /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 255 T0 = _mm_add_epi64(T0, T5);
256 T1 = _mm_add_epi64(T1, T6);
259 T0 = _mm_add_epi64(T0, T5);
260 T1 = _mm_add_epi64(T1, T6);
263 T0 = _mm_add_epi64(T0, T5);
264 T1 = _mm_add_epi64(T1, T6);
267 T0 = _mm_add_epi64(T0, T5);
268 T1 = _mm_add_epi64(T1, T6);
271 T2 = _mm_add_epi64(T2, T5);
272 T3 = _mm_add_epi64(T3, T6)
    [all...]
  /external/libopus/silk/fixed/x86/
vector_ops_FIX_sse.c 71 acc1 = _mm_add_epi64( acc1, xmm_tempa );
72 acc2 = _mm_add_epi64( acc2, inVec1_76543210 );
75 acc1 = _mm_add_epi64( acc1, acc2 );
79 acc1 = _mm_add_epi64( acc1, acc2 );
  /external/python/cpython3/Modules/_blake2/impl/
blake2b-round.h 35 : (-(c) == 63) ? _mm_xor_si128(_mm_srli_epi64((x), -(c)), _mm_add_epi64((x), (x))) \
47 row1l = _mm_add_epi64(_mm_add_epi64(row1l, b0), row2l); \
48 row1h = _mm_add_epi64(_mm_add_epi64(row1h, b1), row2h); \
56 row3l = _mm_add_epi64(row3l, row4l); \
57 row3h = _mm_add_epi64(row3h, row4h); \
66 row1l = _mm_add_epi64(_mm_add_epi64(row1l, b0), row2l); \
67 row1h = _mm_add_epi64(_mm_add_epi64(row1h, b1), row2h);
    [all...]
  /external/flac/libFLAC/
stream_encoder_intrin_avx2.c 107 sum128 = _mm_add_epi64(_mm256_extracti128_si256(sum256, 1), _mm256_castsi256_si128(sum256));
112 sum128 = _mm_add_epi64(sum128, res128);
117 sum128 = _mm_add_epi64(sum128, res128);
120 sum128 = _mm_add_epi64(sum128, _mm_srli_si128(sum128, 8));
stream_encoder_intrin_ssse3.c 109 mm_sum = _mm_add_epi64(mm_sum, mm_res);
115 mm_sum = _mm_add_epi64(mm_sum, mm_res);
120 mm_sum = _mm_add_epi64(mm_sum, mm_res);
123 mm_sum = _mm_add_epi64(mm_sum, _mm_srli_si128(mm_sum, 8));
lpc_intrin_sse41.c 97 xmm7 = _mm_add_epi64(xmm7, xmm6);
104 xmm7 = _mm_add_epi64(xmm7, xmm6);
111 xmm7 = _mm_add_epi64(xmm7, xmm6);
118 xmm7 = _mm_add_epi64(xmm7, xmm6);
125 xmm7 = _mm_add_epi64(xmm7, xmm6);
127 xmm7 = _mm_add_epi64(xmm7, _mm_srli_si128(xmm7, 8));
157 xmm7 = _mm_add_epi64(xmm7, xmm6);
164 xmm7 = _mm_add_epi64(xmm7, xmm6);
171 xmm7 = _mm_add_epi64(xmm7, xmm6);
178 xmm7 = _mm_add_epi64(xmm7, xmm6)
    [all...]
stream_encoder_intrin_sse2.c 120 mm_sum = _mm_add_epi64(mm_sum, mm_res);
126 mm_sum = _mm_add_epi64(mm_sum, mm_res);
131 mm_sum = _mm_add_epi64(mm_sum, mm_res);
134 mm_sum = _mm_add_epi64(mm_sum, _mm_srli_si128(mm_sum, 8));
fixed_intrin_ssse3.c 194 total_err0 = _mm_add_epi64(total_err0, err0); // 0 te0
197 total_err3 = _mm_add_epi64(total_err3, err0); // te3 te4
198 total_err1 = _mm_add_epi64(total_err1, err1); // te1 te2
fixed_intrin_sse2.c 206 total_err0 = _mm_add_epi64(total_err0, err0); // 0 te0
209 total_err3 = _mm_add_epi64(total_err3, err0); // te3 te4
210 total_err1 = _mm_add_epi64(total_err1, err1); // te1 te2
  /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 248 lo = _mm_add_epi64(lo, mulround);
249 hi = _mm_add_epi64(hi, mulround);
258 lo = _mm_add_epi64(lo, mulround);
259 hi = _mm_add_epi64(hi, mulround);
268 lo = _mm_add_epi64(lo, mulround);
269 hi = _mm_add_epi64(hi, mulround);
283 lo = _mm_add_epi64(lo, mulround);
284 hi = _mm_add_epi64(hi, mulround);
293 lo = _mm_add_epi64(lo, mulround);
294 hi = _mm_add_epi64(hi, mulround)
    [all...]
  /external/webp/src/dsp/
rescaler_sse2.c 156 const __m128i E1 = _mm_add_epi64(D1, rounder);
157 const __m128i E2 = _mm_add_epi64(D2, rounder);
207 const __m128i C0 = _mm_add_epi64(B0, rounder);
208 const __m128i C1 = _mm_add_epi64(B1, rounder);
209 const __m128i C2 = _mm_add_epi64(B2, rounder);
210 const __m128i C3 = _mm_add_epi64(B3, rounder);
263 const __m128i C0 = _mm_add_epi64(A0, B0);
264 const __m128i C1 = _mm_add_epi64(A1, B1);
265 const __m128i C2 = _mm_add_epi64(A2, B2);
266 const __m128i C3 = _mm_add_epi64(A3, B3)
    [all...]
  /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/libvpx/libvpx/vp9/encoder/x86/
vp9_error_avx2.c 96 sse_128 = _mm_add_epi64(_mm256_castsi256_si128(sse_256),
99 ssz_128 = _mm_add_epi64(_mm256_castsi256_si128(ssz_256),
155 sse_128 = _mm_add_epi64(_mm256_castsi256_si128(sse_256),
vp9_diamond_search_sad_avx.c 187 v_blocka[0] = _mm_add_epi64(v_ba_q, v_bo10_q);
188 v_blocka[1] = _mm_add_epi64(v_ba_q, v_bo32_q);
  /external/libvpx/libvpx/vpx_dsp/x86/
sum_squares_sse2.c 99 v_acc_q = _mm_add_epi64(v_acc_q, _mm_and_si128(v_acc_d, v_zext_mask_q));
100 v_acc_q = _mm_add_epi64(v_acc_q, _mm_srli_epi64(v_acc_d, 32));
105 v_acc_q = _mm_add_epi64(v_acc_q, _mm_srli_si128(v_acc_q, 8));
highbd_inv_txfm_sse4.h 52 temp2[0] = _mm_add_epi64(temp1[2], temp2[2]);
53 temp2[1] = _mm_add_epi64(temp1[3], temp2[3]);
highbd_idct4x4_add_sse2.c 62 temp2[0] = _mm_add_epi64(temp2[0], temp2[2]); // [1]*cospi_8 + [3]*cospi_24
63 temp2[1] = _mm_add_epi64(temp2[1], temp2[3]); // [1]*cospi_8 + [3]*cospi_24
highbd_inv_txfm_sse2.h 50 _mm_add_epi64(in, pair_set_epi32(DCT_CONST_ROUNDING << 2, 0));
138 temp2[0] = _mm_add_epi64(temp1[2], temp2[2]);
139 temp2[1] = _mm_add_epi64(temp1[3], temp2[3]);
  /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/gemmlowp/fixedpoint/
fixedpoint_sse.h 339 a0b0_a2b2_rounded = _mm_add_epi64(a0b0_a2b2, nudge);
340 a1b1_a3b3_rounded = _mm_add_epi64(a1b1_a3b3, nudge);

Completed in 1294 milliseconds

1 2 3 4