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

/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.h93 MipsInstructionSetFeatures(bool fpu_32bit, bool mips_isa_gte2, bool r6, bool msa) argument
97 r6_(r6),
100 if (r6) {
H A Dinstruction_set_features_mips.cc49 static void GetFlagsFromCppDefined(bool* mips_isa_gte2, bool* r6, bool* fpu_32bit, bool* msa) { argument
66 *r6 = true;
68 *r6 = false;
79 bool r6; local
81 GetFlagsFromCppDefined(&mips_isa_gte2, &r6, &fpu_32bit, &msa);
89 r6 = (variant[kPrefixLength] >= '6');
106 return MipsFeaturesUniquePtr(new MipsInstructionSetFeatures(fpu_32bit, mips_isa_gte2, r6, msa));
112 bool r6 = (bitmap & kR6) != 0; local
114 return MipsFeaturesUniquePtr(new MipsInstructionSetFeatures(fpu_32bit, mips_isa_gte2, r6, msa));
120 bool r6; local
130 bool r6; local
215 bool r6 = r6_; local
[all...]

Completed in 50 milliseconds