Home
last modified time | relevance | path

Searched refs:HasDivideInstruction (Results 1 – 3 of 3) 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.h67 bool HasDivideInstruction() const { in HasDivideInstruction() function
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc4463 !codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitDiv()
4489 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitDiv()
4533 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitDiv()
4580 && codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitRem()
4603 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitRem()
4662 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitRem()