Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dinstruction_set_features_arm_test.cc32 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()
44 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()
57 EXPECT_FALSE(generic_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()
82 EXPECT_TRUE(krait_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()
94 EXPECT_TRUE(kryo_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()
108 EXPECT_TRUE(denver_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()
121 EXPECT_FALSE(generic_features->AsArmInstructionSetFeatures()->HasDivideInstruction()); in TEST()
Dinstruction_set_features_arm.h64 bool HasDivideInstruction() const { in HasDivideInstruction() function