Searched refs:IsR6 (Results 1 – 8 of 8) sorted by relevance
29 : is_r6(features->IsR6()) {} in MipsRelativePatcher()
72 bool IsR6() const;
133 if (mips_codegen->GetInstructionSetFeatures().IsR6()) { in Run()
52 if (codegen_->GetInstructionSetFeatures().IsR6() || in TryExtractArrayAccessIndex()
728 bool is_r6 = mips_codegen->GetInstructionSetFeatures().IsR6(); in EmitNativeCode()1735 if (GetInstructionSetFeatures().IsR6()) { in EmitPcRelativeAddressPlaceholderHigh()2107 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in HandleBinaryOp()2166 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in HandleBinaryOp()2571 const bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in HandleShift()3674 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in VisitCompare()3894 const bool is_r6 = codegen_->GetInstructionSetFeatures().IsR6(); in DivRemByPowerOfTwo()4109 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in GenerateDivRemWithAnyConstant()4167 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in GenerateDivRemIntegral()4691 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in GenerateIntCompareAndBranch()[all …]
858 CHECK(!instruction_set_features_->AsMipsInstructionSetFeatures()->IsR6()); in TEST_F()
75 bool IsR6() const { in IsR6() function
1762 bool IsR6() const { in IsR6() function1764 return isa_features_->IsR6(); in IsR6()