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()
68 bool HasDivideInstruction() const { in HasDivideInstruction() function
4697 !codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitDiv()4724 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitDiv()4768 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitDiv()4815 && codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitRem()4839 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitRem()4898 } else if (codegen_->GetInstructionSetFeatures().HasDivideInstruction()) { in VisitRem()