Searched refs:byte_chunk (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | trie_avx512.c | 79 __m512i tmp, tmp2, bytes, byte_chunk, base_idxes; in trie_vec_lookup_x16() local 133 byte_chunk = (i < 8) ? in trie_vec_lookup_x16() 136 bytes = _mm512_maskz_shuffle_epi8(k, byte_chunk, shuf_idxes); in trie_vec_lookup_x16() 176 __m512i tmp, bytes, byte_chunk, base_idxes; in trie_vec_lookup_x8_8b() local 212 byte_chunk = (i < 8) ? first : second; in trie_vec_lookup_x8_8b() 213 bytes = _mm512_maskz_shuffle_epi8(k, byte_chunk, shuf_idxes); in trie_vec_lookup_x8_8b()
|