Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_thash_x86_gfni.h37 tmp_256_1 = _mm512_castsi512_si256(xor_acc); in __rte_thash_xor_reduce()
38 tmp_256_2 = _mm512_extracti32x8_epi32(xor_acc, 1); in __rte_thash_xor_reduce()
88 __m512i xor_acc = _mm512_setzero_si512(); in __rte_thash_gfni() local
125 xor_acc = _mm512_xor_si512(xor_acc, vals); in __rte_thash_gfni()
152 xor_acc = _mm512_xor_si512(xor_acc, vals); in __rte_thash_gfni()
155 return xor_acc; in __rte_thash_gfni()
182 __rte_thash_xor_reduce(xor_acc, &val, &val_zero); in rte_thash_gfni()
214 __m512i xor_acc; in rte_thash_gfni_bulk() local
218 __rte_thash_xor_reduce(xor_acc, val + i, val + i + 1); in rte_thash_gfni_bulk()
222 xor_acc = __rte_thash_gfni(mtrx, tuple[i], NULL, len); in rte_thash_gfni_bulk()
[all …]