Home
last modified time | relevance | path

Searched refs:other_as_mips (Results 1 – 1 of 1) sorted by relevance

/art/runtime/arch/mips/
Dinstruction_set_features_mips.cc173 const MipsInstructionSetFeatures* other_as_mips = other->AsMipsInstructionSetFeatures(); in Equals() local
174 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()