Searched refs:other_as_x86 (Results 1 – 1 of 1) sorted by relevance
201 const X86InstructionSetFeatures* other_as_x86 = other->AsX86InstructionSetFeatures(); in Equals() local203 (has_SSSE3_ == other_as_x86->has_SSSE3_) && in Equals()204 (has_SSE4_1_ == other_as_x86->has_SSE4_1_) && in Equals()205 (has_SSE4_2_ == other_as_x86->has_SSE4_2_) && in Equals()206 (has_AVX_ == other_as_x86->has_AVX_) && in Equals()207 (has_AVX2_ == other_as_x86->has_AVX2_); in Equals()