Searched refs:crcr32_folding_round (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_net/ |
| H A D | net_crc_avx512.c | 52 crcr32_folding_round(__m512i data_block, __m512i precomp, __m512i fold) in crcr32_folding_round() function 211 fold0 = crcr32_folding_round(qw0, k, fold0); in crc32_eth_calc_vpclmulqdq() 212 fold1 = crcr32_folding_round(qw1, k, fold1); in crc32_eth_calc_vpclmulqdq() 213 fold2 = crcr32_folding_round(qw2, k, fold2); in crc32_eth_calc_vpclmulqdq() 214 fold3 = crcr32_folding_round(qw3, k, fold3); in crc32_eth_calc_vpclmulqdq() 219 fold0 = crcr32_folding_round(fold2, k, fold0); in crc32_eth_calc_vpclmulqdq() 220 fold1 = crcr32_folding_round(fold3, k, fold1); in crc32_eth_calc_vpclmulqdq()
|
| H A D | net_crc_sse.c | 46 crcr32_folding_round(__m128i data_block, in crcr32_folding_round() function 210 fold = crcr32_folding_round(temp, k, fold); in crc32_eth_calc_pclmulqdq()
|
| H A D | net_crc_neon.c | 43 crcr32_folding_round(uint64x2_t data_block, uint64x2_t precomp, in crcr32_folding_round() function 182 fold = crcr32_folding_round(temp, k, fold); in crc32_eth_calc_pmull()
|