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

/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.cc166 const MipsInstructionSetFeatures* other_as_mips = other->AsMipsInstructionSetFeatures(); local
168 (fpu_32bit_ == other_as_mips->fpu_32bit_) &&
169 (mips_isa_gte2_ == other_as_mips->mips_isa_gte2_) &&
170 (r6_ == other_as_mips->r6_);

Completed in 193 milliseconds