Home
last modified time | relevance | path

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

/art/runtime/arch/mips/
Dinstruction_set_features_mips.h60 return mips_isa_gte2_; in IsMipsIsaRevGreaterThanEqual2()
84 : InstructionSetFeatures(smp), fpu_32bit_(fpu_32bit), mips_isa_gte2_(mips_isa_gte2), r6_(r6) in MipsInstructionSetFeatures()
96 const bool mips_isa_gte2_; variable
Dinstruction_set_features_mips.cc169 (mips_isa_gte2_ == other_as_mips->mips_isa_gte2_) && in Equals()
176 (mips_isa_gte2_ ? kIsaRevGte2Bitfield : 0) | in AsBitmap()
192 if (mips_isa_gte2_) { in GetFeatureString()
206 bool mips_isa_gte2 = mips_isa_gte2_; in AddFeaturesFromSplitString()