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

/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.h83 MipsInstructionSetFeatures(bool smp, bool fpu_32bit, bool mips_isa_gte2, bool r6) argument
84 : InstructionSetFeatures(smp), fpu_32bit_(fpu_32bit), mips_isa_gte2_(mips_isa_gte2), r6_(r6)
H A Dinstruction_set_features_mips.cc45 static void GetFlagsFromCppDefined(bool* mips_isa_gte2, bool* r6, bool* fpu_32bit) { argument
48 *mips_isa_gte2 = true;
50 *mips_isa_gte2 = false;
74 bool mips_isa_gte2; local
76 GetFlagsFromCppDefined(&mips_isa_gte2, &r6, &fpu_32bit);
89 mips_isa_gte2 = true;
94 mips_isa_gte2 = true;
99 return new MipsInstructionSetFeatures(smp, fpu_32bit, mips_isa_gte2, r6);
105 bool mips_isa_gte2 = (bitmap & kIsaRevGte2Bitfield) != 0; local
107 return new MipsInstructionSetFeatures(smp, fpu_32bit, mips_isa_gte2, r
115 bool mips_isa_gte2; local
129 bool mips_isa_gte2; local
206 bool mips_isa_gte2 = mips_isa_gte2_; local
[all...]

Completed in 101 milliseconds