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

/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64.cc33 bool msa = true; local
37 return Mips64FeaturesUniquePtr(new Mips64InstructionSetFeatures(msa));
41 bool msa = (bitmap & kMsaBitfield) != 0; local
42 return Mips64FeaturesUniquePtr(new Mips64InstructionSetFeatures(msa));
47 const bool msa = true; local
49 const bool msa = false;
51 return Mips64FeaturesUniquePtr(new Mips64InstructionSetFeatures(msa));
57 bool msa = false; local
68 if (line.find("msa") != std::string::npos) {
69 msa
116 bool msa = msa_; local
[all...]
H A Dinstruction_set_features_mips64.h75 explicit Mips64InstructionSetFeatures(bool msa) : InstructionSetFeatures(), msa_(msa) { argument

Completed in 71 milliseconds