Home
last modified time | relevance | path

Searched refs:msa_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.cc96 return msa_ == other_as_mips64->msa_; in Equals()
100 return (msa_ ? kMsaBitfield : 0); in AsBitmap()
105 if (msa_) { in GetFeatureString()
116 bool msa = msa_; in AddFeaturesFromSplitString()
Dinstruction_set_features_mips64.h63 return msa_; in HasMsa()
75 explicit Mips64InstructionSetFeatures(bool msa) : InstructionSetFeatures(), msa_(msa) { in Mips64InstructionSetFeatures()
83 const bool msa_; variable
/art/runtime/arch/mips/
Dinstruction_set_features_mips.h81 return msa_; in HasMsa()
98 msa_(msa) { in MipsInstructionSetFeatures()
120 const bool msa_; variable
Dinstruction_set_features_mips.cc177 (msa_ == other_as_mips->msa_); in Equals()
184 (msa_ ? kMsaBitfield : 0); in AsBitmap()
202 if (msa_) { in GetFeatureString()
216 bool msa = msa_; in AddFeaturesFromSplitString()