Home
last modified time | relevance | path

Searched refs:use_avx2 (Results 1 – 25 of 26) sorted by relevance

12

/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/aec3/
H A Dadaptive_fir_filter_erl_unittest.cc81 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST() local
82 if (use_avx2) { in TEST()
H A Dadaptive_fir_filter_unittest.cc257 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST_P() local
258 if (use_avx2) { in TEST_P()
364 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST_P() local
365 if (use_avx2) { in TEST_P()
H A Dmatched_filter_unittest.cc137 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST() local
138 if (use_avx2) { in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/aec3/
H A Dadaptive_fir_filter_erl_unittest.cc81 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST() local
82 if (use_avx2) { in TEST()
H A Dadaptive_fir_filter_unittest.cc257 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST_P() local
258 if (use_avx2) { in TEST_P()
364 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST_P() local
365 if (use_avx2) { in TEST_P()
H A Dmatched_filter_unittest.cc137 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST() local
138 if (use_avx2) { in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/aec3/
H A Dadaptive_fir_filter_erl_unittest.cc81 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST() local
82 if (use_avx2) { in TEST()
H A Dadaptive_fir_filter_unittest.cc257 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST_P() local
258 if (use_avx2) { in TEST_P()
364 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST_P() local
365 if (use_avx2) { in TEST_P()
H A Dmatched_filter_unittest.cc137 bool use_avx2 = (GetCPUInfo(kAVX2) != 0); in TEST() local
138 if (use_avx2) { in TEST()
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dtwofish.c114 int use_avx2; member
765 ctx->use_avx2 = 0; in twofish_setkey()
768 ctx->use_avx2 = 1; in twofish_setkey()
1134 if (ctx->use_avx2) in _gcry_twofish_ctr_enc()
1212 if (ctx->use_avx2) in _gcry_twofish_cbc_dec()
1286 if (ctx->use_avx2) in _gcry_twofish_cfb_dec()
1357 if (ctx->use_avx2) in _gcry_twofish_ocb_crypt()
1470 if (ctx->use_avx2) in _gcry_twofish_ocb_auth()
H A Drijndael-internal.h179 unsigned int use_avx2:1; /* AVX2 shall be used by AES-NI implementation. */ member
H A Dserpent.c84 int use_avx2; member
748 context->use_avx2 = 0; in serpent_setkey_internal()
751 context->use_avx2 = 1; in serpent_setkey_internal()
942 if (ctx->use_avx2) in _gcry_serpent_ctr_enc()
1054 if (ctx->use_avx2) in _gcry_serpent_cbc_dec()
1162 if (ctx->use_avx2) in _gcry_serpent_cfb_dec()
1271 if (ctx->use_avx2) in _gcry_serpent_ocb_crypt()
1455 if (ctx->use_avx2) in _gcry_serpent_ocb_auth()
H A Dchacha20.c125 unsigned int use_avx2:1; member
468 ctx->use_avx2 = (features & HWF_INTEL_AVX2) != 0; in chacha20_do_setkey()
514 if (ctx->use_avx2 && length >= CHACHA20_BLOCK_SIZE * 8) in do_chacha20_encrypt_stream_tail()
707 else if (ctx->use_avx2 && length >= CHACHA20_BLOCK_SIZE * 8) in _gcry_chacha20_poly1305_encrypt()
822 if (ctx->use_avx2 && in _gcry_chacha20_poly1305_encrypt()
1037 if (ctx->use_avx2 && length >= 8 * CHACHA20_BLOCK_SIZE) in _gcry_chacha20_poly1305_decrypt()
H A Dblake2.c99 unsigned int use_avx2:1; member
358 if (c->use_avx2) in blake2b_transform()
469 c->use_avx2 = !!(features & HWF_INTEL_AVX2); in blake2b_init_ctx()
H A Drijndael-aesni.c2256 else if (nblocks >= 16 && ctx->use_avx2) in aesni_ocb_checksum()
H A Drijndael.c492 ctx->use_avx2 = !!(hwfeatures & HWF_INTEL_AVX2); in do_setkey()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dtwofish.c114 int use_avx2; member
765 ctx->use_avx2 = 0; in twofish_setkey()
768 ctx->use_avx2 = 1; in twofish_setkey()
1134 if (ctx->use_avx2) in _gcry_twofish_ctr_enc()
1212 if (ctx->use_avx2) in _gcry_twofish_cbc_dec()
1286 if (ctx->use_avx2) in _gcry_twofish_cfb_dec()
1357 if (ctx->use_avx2) in _gcry_twofish_ocb_crypt()
1470 if (ctx->use_avx2) in _gcry_twofish_ocb_auth()
H A Drijndael-internal.h169 unsigned int use_avx2:1; /* AVX2 shall be used by AES-NI implementation. */ member
H A Dserpent.c84 int use_avx2; member
745 context->use_avx2 = 0; in serpent_setkey_internal()
748 context->use_avx2 = 1; in serpent_setkey_internal()
938 if (ctx->use_avx2) in _gcry_serpent_ctr_enc()
1050 if (ctx->use_avx2) in _gcry_serpent_cbc_dec()
1158 if (ctx->use_avx2) in _gcry_serpent_cfb_dec()
1267 if (ctx->use_avx2) in _gcry_serpent_ocb_crypt()
1451 if (ctx->use_avx2) in _gcry_serpent_ocb_auth()
H A Dchacha20.c125 unsigned int use_avx2:1; member
468 ctx->use_avx2 = (features & HWF_INTEL_AVX2) != 0; in chacha20_do_setkey()
514 if (ctx->use_avx2 && length >= CHACHA20_BLOCK_SIZE * 8) in do_chacha20_encrypt_stream_tail()
707 else if (ctx->use_avx2 && length >= CHACHA20_BLOCK_SIZE * 8) in _gcry_chacha20_poly1305_encrypt()
822 if (ctx->use_avx2 && in _gcry_chacha20_poly1305_encrypt()
1037 if (ctx->use_avx2 && length >= 8 * CHACHA20_BLOCK_SIZE) in _gcry_chacha20_poly1305_decrypt()
H A Dblake2.c99 unsigned int use_avx2:1; member
358 if (c->use_avx2) in blake2b_transform()
469 c->use_avx2 = !!(features & HWF_INTEL_AVX2); in blake2b_init_ctx()
H A Drijndael-aesni.c2256 else if (nblocks >= 16 && ctx->use_avx2) in aesni_ocb_checksum()
H A Drijndael.c472 ctx->use_avx2 = !!(hwfeatures & HWF_INTEL_AVX2); in do_setkey()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dsimd_op_check.cpp34use_avx2 = use_avx512 || (target.has_feature(Target::AVX512) || target.has_feature(Target::AVX2)); in SimdOpCheck()
35 use_avx = use_avx2 || target.has_feature(Target::AVX); in SimdOpCheck()
158 const char *check_pmulhuw = (use_avx2 && w > 3) ? "vpmulhuw*ymm" : "pmulhuw"; in check_sse_all()
222 if (use_avx2 && w > 3) { in check_sse_all()
294 (use_avx2 && w >= 4) ? "vpmaddwd" : "pmaddwd"; in check_sse_all()
405 if (use_avx2) { in check_sse_all()
1876 bool use_avx2{false}; member in __anon219ac4e30111::SimdOpCheck
/dports/security/libgcrypt/libgcrypt-1.9.4/
H A DChangeLog3706 'use_avx2' and 'use_avx'.
3707 * cipher/rijndael.c (do_setkey) [USE_AESNI]: Set 'use_avx2' if
4513 (BLAKE2B_CONTEXT) [USE_AVX2]: Add 'use_avx2'.
5537 (TWOFISH_context) [USE_AVX2]: Add 'use_avx2' member.
9834 (SHA256_CONTEXT) [USE_AVX, USE_AVX2]: Add 'use_avx' and 'use_avx2'.
10054 (SHA512_CONTEXT) [USE_AVX2]: Add 'use_avx2'.
10056 (sha512_init, sha384_init) [USE_AVX2]: Initialize 'use_avx2'.
13043 (serpent_context_t) [USE_AVX2]: Add 'use_avx2'.
13047 and set 'use_avx2'.

12