Searched refs:_mm512_add_epi64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-avx512f.h14 return _mm512_add_epi64(_mm512_add_epi64(x, y), _mm512_add_epi64(z, z));
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h3760 __m512i const sum = _mm512_add_epi64(*xacc, data_swap);
3762 *xacc = _mm512_add_epi64(product, sum);
3807 *xacc = _mm512_add_epi64(prod_lo, _mm512_slli_epi64(prod_hi, 32));
3834 dest[i] = _mm512_add_epi64(_mm512_stream_load_si512(remote_const_void.p), seed);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512.c741 _mm512_add_epi64(_mm512_set1_epi64((int64_t)counter), deltas);
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Davx512fintrin.h870 _mm512_add_epi64 (__m512i __A, __m512i __B) function
879 (__v8di)_mm512_add_epi64(__A, __B),
887 (__v8di)_mm512_add_epi64(__A, __B),

Completed in 140 milliseconds