Searched refs:access_xor (Results 1 – 1 of 1) sorted by relevance
313 const m128 access_xor = _mm_xor_si128(access, shadow); in CheckRaces() local316 const m128 not_same_sid = _mm_and_si128(access_xor, mask_sid); in CheckRaces()335 const m128 not_same_sid_access = _mm_and_si128(access_xor, mask_access_sid); in CheckRaces()