Searched refs:x86_features (Results 1 – 1 of 1) sorted by relevance
25 std::unique_ptr<const InstructionSetFeatures> x86_features( in TEST() local27 ASSERT_TRUE(x86_features.get() != nullptr) << error_msg; in TEST()28 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()29 EXPECT_TRUE(x86_features->Equals(x86_features.get())); in TEST()31 x86_features->GetFeatureString().c_str()); in TEST()32 EXPECT_EQ(x86_features->AsBitmap(), 0U); in TEST()38 std::unique_ptr<const InstructionSetFeatures> x86_features( in TEST() local40 ASSERT_TRUE(x86_features.get() != nullptr) << error_msg; in TEST()41 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()42 EXPECT_TRUE(x86_features->Equals(x86_features.get())); in TEST()[all …]