Searched refs:other_as_mips (Results 1 – 1 of 1) sorted by relevance
173 const MipsInstructionSetFeatures* other_as_mips = other->AsMipsInstructionSetFeatures(); in Equals() local174 return (fpu_32bit_ == other_as_mips->fpu_32bit_) && in Equals()175 (mips_isa_gte2_ == other_as_mips->mips_isa_gte2_) && in Equals()176 (r6_ == other_as_mips->r6_) && in Equals()177 (msa_ == other_as_mips->msa_); in Equals()