Searched refs:fold_1x128b (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_net/ |
| H A D | net_crc_avx512.c | 23 __m128i fold_1x128b; member 117 res4 = _mm_clmulepi64_si128(res, params->fold_1x128b, 0x01); in last_two_xmm() 118 res = _mm_clmulepi64_si128(res, params->fold_1x128b, 0x10); in last_two_xmm() 169 tmp = _mm_clmulepi64_si128(*fold, params->fold_1x128b, 0x1); in reduction_loop() 170 *fold = _mm_clmulepi64_si128(*fold, params->fold_1x128b, 0x10); in reduction_loop() 336 crc32_eth.fold_1x128b = _mm_setr_epi64(_mm_cvtsi64_m64(c16), in crc32_load_init_constants() 383 crc16_ccitt.fold_1x128b = _mm_setr_epi64(_mm_cvtsi64_m64(c16), in crc16_load_init_constants()
|