Searched refs:fpu_32bit_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.h67 return fpu_32bit_;
84 : InstructionSetFeatures(smp), fpu_32bit_(fpu_32bit), mips_isa_gte2_(mips_isa_gte2), r6_(r6)
95 const bool fpu_32bit_; member in class:art::FINAL
H A Dinstruction_set_features_mips.cc168 (fpu_32bit_ == other_as_mips->fpu_32bit_) &&
175 (fpu_32bit_ ? kFpu32Bitfield : 0) |
187 if (fpu_32bit_) {
205 bool fpu_32bit = fpu_32bit_;

Completed in 527 milliseconds