Searched refs:HasDivideInstruction (Results 1 – 3 of 3) sorted by relevance
32 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()
64 bool HasDivideInstruction() const { in HasDivideInstruction() function
4417 !codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitDiv()4443 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitDiv()4487 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitDiv()4534 && codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitRem()4557 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitRem()4616 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitRem()