Searched refs:mask_sid (Results 1 – 1 of 1) sorted by relevance
310 const m128 mask_sid = _mm_set1_epi32(0x0000ff00); in CheckRaces() local316 const m128 not_same_sid = _mm_and_si128(access_xor, mask_sid); in CheckRaces()