Searched refs:tmp_256_1 (Results 1 – 1 of 1) sorted by relevance
34 __m256i tmp_256_1, tmp_256_2; in __rte_thash_xor_reduce() local37 tmp_256_1 = _mm512_castsi512_si256(xor_acc); in __rte_thash_xor_reduce()39 tmp_256_1 = _mm256_xor_si256(tmp_256_1, tmp_256_2); in __rte_thash_xor_reduce()41 tmp128_1 = _mm256_castsi256_si128(tmp_256_1); in __rte_thash_xor_reduce()42 tmp128_2 = _mm256_extracti32x4_epi32(tmp_256_1, 1); in __rte_thash_xor_reduce()