Home
last modified time | relevance | path

Searched refs:mask3 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_net/
H A Dnet_crc_sse.c216 const uint32_t mask3[4] __rte_aligned(16) = { in crc32_eth_calc_pclmulqdq() local
236 _mm_load_si128((const __m128i *)mask3)); in crc32_eth_calc_pclmulqdq()
H A Dnet_crc_avx512.c99 const uint32_t mask3[4] __rte_aligned(16) = { in last_two_xmm() local
112 _mm_load_si128((const __m128i *) mask3)); in last_two_xmm()
/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c716 uint32_t mask0 = 0, mask1 = 0, mask2 = 0, mask3 = 0, mask_all; in table_lookup() local
736 mask3 = 1 << 3; in table_lookup()
738 mask_all = (mask0 | mask1) | (mask2 | mask3); in table_lookup()