Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc49 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()
98 EXPECT_FALSE(cortex_a75_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_835769()); in TEST()
99 EXPECT_FALSE(cortex_a75_features->AsArm64InstructionSetFeatures()->NeedFixCortexA53_843419()); in TEST()
100 EXPECT_TRUE(cortex_a75_features->AsArm64InstructionSetFeatures()->HasCRC()); in TEST()
101 EXPECT_TRUE(cortex_a75_features->AsArm64InstructionSetFeatures()->HasLSE()); in TEST()
102 EXPECT_TRUE(cortex_a75_features->AsArm64InstructionSetFeatures()->HasFP16()); in TEST()
[all …]
Dinstruction_set_features_arm64.cc276 const Arm64InstructionSetFeatures* other_as_arm64 = other->AsArm64InstructionSetFeatures(); in Equals()
293 const Arm64InstructionSetFeatures* other_as_arm64 = other->AsArm64InstructionSetFeatures(); in HasAtLeast()
428 const Arm64InstructionSetFeatures *arm64_features = features->AsArm64InstructionSetFeatures(); in AddRuntimeDetectedFeatures()
/art/runtime/arch/
Dinstruction_set_features.h116 const Arm64InstructionSetFeatures* AsArm64InstructionSetFeatures() const;
Dinstruction_set_features.cc247 const Arm64InstructionSetFeatures* InstructionSetFeatures::AsArm64InstructionSetFeatures() const { in AsArm64InstructionSetFeatures() function in art::InstructionSetFeatures
/art/dex2oat/linker/
Drelative_patcher.cc119 features->AsArm64InstructionSetFeatures())); in Create()
/art/compiler/optimizing/
Dloop_optimization.cc1611 CHECK(features->AsArm64InstructionSetFeatures()->HasSVE()); in TrySetVectorType()
Dcode_generator_arm64.cc912 compiler_options.GetInstructionSetFeatures()->AsArm64InstructionSetFeatures()), in CodeGeneratorARM64()
1406 return *GetCompilerOptions().GetInstructionSetFeatures()->AsArm64InstructionSetFeatures(); in GetInstructionSetFeatures()