Home
last modified time | relevance | path

Searched refs:IsMipsIsaRevGreaterThanEqual2 (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/mips/
Dinstruction_set_features_mips.h64 bool IsMipsIsaRevGreaterThanEqual2() const { in IsMipsIsaRevGreaterThanEqual2() function
/art/compiler/optimizing/
Dcode_generator_mips.cc2432 bool has_ins_rotr = codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in HandleShift()
3893 const bool is_r2_or_newer = codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in DivRemByPowerOfTwo()
9408 bool isR2OrNewer = codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in VisitAbs()
9693 bool has_sign_extension = codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in VisitTypeConversion()
Dintrinsics_mips.cc50 return codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in IsR2OrNewer()