HomeSort by relevance Sort by last modified time
    Searched defs:IsR6 (Results 1 - 3 of 3) sorted by null

  /art/runtime/arch/mips/
instruction_set_features_mips.h 70 bool IsR6() const {
  /art/compiler/utils/mips/
assembler_mips.h     [all...]
  /art/compiler/optimizing/
intrinsics_mips.cc 50 inline bool IntrinsicCodeGeneratorMIPS::IsR6() const {
51 return codegen_->GetInstructionSetFeatures().IsR6();
249 bool isR6,
293 if (isR6) {
358 if (isR6) {
409 IsR6(),
423 IsR6(),
437 IsR6(),
444 bool isR6,
451 if (isR6) {
    [all...]

Completed in 433 milliseconds