HomeSort by relevance Sort by last modified time
    Searched refs:msa_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/arch/mips64/
instruction_set_features_mips64.h 63 return msa_;
75 explicit Mips64InstructionSetFeatures(bool msa) : InstructionSetFeatures(), msa_(msa) {
83 const bool msa_; member in class:art::FINAL
instruction_set_features_mips64.cc 96 return msa_ == other_as_mips64->msa_;
100 return (msa_ ? kMsaBitfield : 0);
105 if (msa_) {
116 bool msa = msa_;
  /art/runtime/arch/mips/
instruction_set_features_mips.h 80 return msa_;
97 msa_(msa) {
119 const bool msa_; member in class:art::FINAL
instruction_set_features_mips.cc 178 (msa_ == other_as_mips->msa_);
185 (msa_ ? kMsaBitfield : 0);
203 if (msa_) {
217 bool msa = msa_;

Completed in 3712 milliseconds