Home | History | Annotate | Download | only in mips

Lines Matching refs:error_msg

24   std::string error_msg;
26 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "default", &error_msg));
27 ASSERT_TRUE(mips_features.get() != nullptr) << error_msg;
35 std::string error_msg;
37 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "mips32r1", &error_msg));
38 ASSERT_TRUE(mips32r1_features.get() != nullptr) << error_msg;
45 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "default", &error_msg));
46 ASSERT_TRUE(mips_default_features.get() != nullptr) << error_msg;
51 std::string error_msg;
53 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "mips32r2", &error_msg));
54 ASSERT_TRUE(mips32r2_features.get() != nullptr) << error_msg;
61 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "default", &error_msg));
62 ASSERT_TRUE(mips_default_features.get() != nullptr) << error_msg;
66 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "mips32r1", &error_msg));
67 ASSERT_TRUE(mips32r1_features.get() != nullptr) << error_msg;
72 std::string error_msg;
74 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "mips32r5", &error_msg));
75 ASSERT_TRUE(mips32r5_features.get() != nullptr) << error_msg;
82 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "default", &error_msg));
83 ASSERT_TRUE(mips_default_features.get() != nullptr) << error_msg;
87 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "mips32r1", &error_msg));
88 ASSERT_TRUE(mips32r1_features.get() != nullptr) << error_msg;
92 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "mips32r2", &error_msg));
93 ASSERT_TRUE(mips32r2_features.get() != nullptr) << error_msg;
98 std::string error_msg;
100 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "mips32r6", &error_msg));
101 ASSERT_TRUE(mips32r6_features.get() != nullptr) << error_msg;
108 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "default", &error_msg));
109 ASSERT_TRUE(mips_default_features.get() != nullptr) << error_msg;
113 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "mips32r1", &error_msg));
114 ASSERT_TRUE(mips32r1_features.get() != nullptr) << error_msg;
118 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "mips32r2", &error_msg));
119 ASSERT_TRUE(mips32r2_features.get() != nullptr) << error_msg;
123 InstructionSetFeatures::FromVariant(InstructionSet::kMips, "mips32r5", &error_msg));
124 ASSERT_TRUE(mips32r5_features.get() != nullptr) << error_msg;