Home
last modified time | relevance | path

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

/art/runtime/arch/mips/
Dinstruction_set_features_mips.h71 return r6_; in IsR6()
84 : InstructionSetFeatures(smp), fpu_32bit_(fpu_32bit), mips_isa_gte2_(mips_isa_gte2), r6_(r6) in MipsInstructionSetFeatures()
97 const bool r6_; variable
Dinstruction_set_features_mips.cc170 (r6_ == other_as_mips->r6_); in Equals()
177 (r6_ ? kR6 : 0); in AsBitmap()
197 if (r6_) { in GetFeatureString()
207 bool r6 = r6_; in AddFeaturesFromSplitString()