Searched refs:x86_64_features (Results 1 – 2 of 2) sorted by relevance
51 std::unique_ptr<const InstructionSetFeatures> x86_64_features( in TEST() local53 ASSERT_TRUE(x86_64_features.get() != nullptr) << error_msg; in TEST()54 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()55 EXPECT_TRUE(x86_64_features->Equals(x86_64_features.get())); in TEST()57 x86_64_features->GetFeatureString().c_str()); in TEST()58 EXPECT_EQ(x86_64_features->AsBitmap(), 1U); in TEST()60 EXPECT_FALSE(x86_64_features->Equals(x86_features.get())); in TEST()76 std::unique_ptr<const InstructionSetFeatures> x86_64_features( in TEST() local78 ASSERT_TRUE(x86_64_features.get() != nullptr) << error_msg; in TEST()79 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()[all …]
26 std::unique_ptr<const InstructionSetFeatures> x86_64_features( in TEST() local28 ASSERT_TRUE(x86_64_features.get() != nullptr) << error_msg; in TEST()29 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()30 EXPECT_TRUE(x86_64_features->Equals(x86_64_features.get())); in TEST()31 EXPECT_EQ(x86_64_features->GetFeatureString(), in TEST()34 EXPECT_EQ(x86_64_features->AsBitmap(), in TEST()