Home
last modified time | relevance | path

Searched refs:cortex_a57_features (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64_test.cc34 std::unique_ptr<const InstructionSetFeatures> cortex_a57_features( in TEST() local
36 ASSERT_TRUE(cortex_a57_features.get() != nullptr) << error_msg; in TEST()
37 EXPECT_EQ(cortex_a57_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
38 EXPECT_TRUE(cortex_a57_features->Equals(cortex_a57_features.get())); in TEST()
39 EXPECT_TRUE(cortex_a57_features->HasAtLeast(arm64_features.get())); in TEST()
41 cortex_a57_features->GetFeatureString().c_str()); in TEST()
42 EXPECT_EQ(cortex_a57_features->AsBitmap(), 3U); in TEST()
73 EXPECT_FALSE(kryo_features->Equals(cortex_a57_features.get())); in TEST()
83 EXPECT_FALSE(cortex_a55_features->Equals(cortex_a57_features.get())); in TEST()
94 EXPECT_FALSE(cortex_a75_features->Equals(cortex_a57_features.get())); in TEST()
[all …]