Searched refs:crcr32_folding_round (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/net/ |
| H A D | net_crc_avx512.c | 49 crcr32_folding_round(__m512i data_block, __m512i precomp, __m512i fold) in crcr32_folding_round() function 208 fold0 = crcr32_folding_round(qw0, k, fold0); in crc32_eth_calc_vpclmulqdq() 209 fold1 = crcr32_folding_round(qw1, k, fold1); in crc32_eth_calc_vpclmulqdq() 210 fold2 = crcr32_folding_round(qw2, k, fold2); in crc32_eth_calc_vpclmulqdq() 211 fold3 = crcr32_folding_round(qw3, k, fold3); in crc32_eth_calc_vpclmulqdq() 216 fold0 = crcr32_folding_round(fold2, k, fold0); in crc32_eth_calc_vpclmulqdq() 217 fold1 = crcr32_folding_round(fold3, k, fold1); in crc32_eth_calc_vpclmulqdq()
|
| 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()
|
| H A D | net_crc_sse.c | 45 crcr32_folding_round(__m128i data_block, in crcr32_folding_round() function 209 fold = crcr32_folding_round(temp, k, fold); in crc32_eth_calc_pclmulqdq()
|