Home
last modified time | relevance | path

Searched defs:r6 (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/mips/
Dinstruction_set_features_mips.cc49 static void GetFlagsFromCppDefined(bool* mips_isa_gte2, bool* r6, bool* fpu_32bit, bool* msa) { in GetFlagsFromCppDefined()
79 bool r6; in FromVariant() local
112 bool r6 = (bitmap & kR6) != 0; in FromBitmap() local
120 bool r6; in FromCppDefines() local
130 bool r6; in FromCpuInfo() local
215 bool r6 = r6_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_mips.h93 MipsInstructionSetFeatures(bool fpu_32bit, bool mips_isa_gte2, bool r6, bool msa) in MipsInstructionSetFeatures()