Searched refs:AsArmInstructionSetFeatures (Results 1 – 5 of 5) sorted by relevance
32 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()33 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd()); in TEST()44 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()45 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd()); in TEST()57 EXPECT_FALSE(generic_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()82 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()83 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd()); in TEST()94 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()95 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasAtomicLdrdAndStrd()); in TEST()108 EXPECT_TRUE(denver_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()[all …]
296 const ArmInstructionSetFeatures* other_as_arm = other->AsArmInstructionSetFeatures(); in Equals()306 const ArmInstructionSetFeatures* other_as_arm = other->AsArmInstructionSetFeatures(); in HasAtLeast()
113 const ArmInstructionSetFeatures* AsArmInstructionSetFeatures() const;
242 const ArmInstructionSetFeatures* InstructionSetFeatures::AsArmInstructionSetFeatures() const { in AsArmInstructionSetFeatures() function in art::InstructionSetFeatures
1046 return *GetCompilerOptions().GetInstructionSetFeatures()->AsArmInstructionSetFeatures(); in GetInstructionSetFeatures()