Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc44 std::unique_ptr<const InstructionSetFeatures> cortex_a73_features( in TEST() local
46 ASSERT_TRUE(cortex_a73_features.get() != nullptr) << error_msg; in TEST()
47 EXPECT_EQ(cortex_a73_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
48 EXPECT_TRUE(cortex_a73_features->Equals(cortex_a73_features.get())); in TEST()
49 EXPECT_TRUE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasCRC()); in TEST()
50 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasLSE()); in TEST()
51 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasFP16()); in TEST()
52 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasDotProd()); in TEST()
53 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasSVE()); in TEST()
55 cortex_a73_features->GetFeatureString().c_str()); in TEST()
[all …]