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/linker/
Delf_builder.h438 : features->AsMipsInstructionSetFeatures()->IsMipsIsaRevGreaterThanEqual2() in AbiflagsSection()
/art/compiler/optimizing/
Dintrinsics_mips.cc50 return codegen_->GetInstructionSetFeatures().IsMipsIsaRevGreaterThanEqual2(); in IsR2OrNewer()