Searched refs:shuf_idxes (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | trie_avx512.c | 78 __m512i idxes, res, shuf_idxes; in trie_vec_lookup_x16() local 120 shuf_idxes = _mm512_setr_epi32(3, 7, 11, 15, in trie_vec_lookup_x16() 136 bytes = _mm512_maskz_shuffle_epi8(k, byte_chunk, shuf_idxes); in trie_vec_lookup_x16() 150 shuf_idxes = _mm512_maskz_add_epi8(k, shuf_idxes, lsb); in trie_vec_lookup_x16() 151 shuf_idxes = _mm512_and_epi32(shuf_idxes, two_lsb); in trie_vec_lookup_x16() 152 shuf_idxes = _mm512_maskz_add_epi8(k, shuf_idxes, base_idxes); in trie_vec_lookup_x16() 175 __m512i idxes, res, shuf_idxes; in trie_vec_lookup_x8_8b() local 205 shuf_idxes = _mm512_setr_epi64(3, 11, 19, 27, 35, 43, 51, 59); in trie_vec_lookup_x8_8b() 222 shuf_idxes = _mm512_maskz_add_epi8(k, shuf_idxes, lsb); in trie_vec_lookup_x8_8b() 223 shuf_idxes = _mm512_and_epi64(shuf_idxes, three_lsb); in trie_vec_lookup_x8_8b() [all …]
|