HomeSort by relevance Sort by last modified time
    Searched refs:kRet1 (Results 1 - 6 of 6) sorted by null

  /art/compiler/dex/
compiler_enums.h 64 kRet1,
  /art/compiler/dex/quick/mips/
target_mips.cc 103 case kRet1: res_reg = rs_rMIPS_RET1; break;
504 RegStorage reg_ret = RegStorage::MakeRegPair(TargetReg(kRet0), TargetReg(kRet1));
  /art/compiler/dex/quick/arm/
target_arm.cc 111 case kRet1: res_reg = rs_r1; break;
  /art/compiler/dex/quick/arm64/
target_arm64.cc 131 case kRet1: res_reg = rs_w1; break;
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 224 case kRet1: res_reg = rs_rX86_RET1; break;
    [all...]

Completed in 309 milliseconds