Searched refs:info3_v_mask (Results 1 – 3 of 3) sorted by relevance
163 const __m128i info3_v_mask = _mm_set1_epi32(CMPL_BASE_V); in recv_burst_vec_sse() local253 info3_v_mask); in recv_burst_vec_sse()
171 const uint32x4_t info3_v_mask = vdupq_n_u32(CMPL_BASE_V); in recv_burst_vec_neon() local273 info3_v = vandq_u32(info3_v, info3_v_mask); in recv_burst_vec_neon()
34 const __m256i info3_v_mask = _mm256_set1_epi32(CMPL_BASE_V); in recv_burst_vec_avx2() local257 info3_v = _mm256_and_si256(errors_v2, info3_v_mask); in recv_burst_vec_avx2()