Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_net/
H A Dnet_crc_avx512.c97 __m128i res2, res3, res4, pshufb_shf; in last_two_xmm() local
107 pshufb_shf = _mm_loadu_si128((const __m128i *) in last_two_xmm()
110 res = _mm_shuffle_epi8(res, pshufb_shf); in last_two_xmm()
111 pshufb_shf = _mm_xor_si128(pshufb_shf, in last_two_xmm()
113 res2 = _mm_shuffle_epi8(res2, pshufb_shf); in last_two_xmm()
115 res2 = _mm_blendv_epi8(res2, res3, pshufb_shf); in last_two_xmm()