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

  /art/compiler/dex/quick/mips/
int_mips.cc 303 RegLocation MipsMir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg1, RegStorage reg2,
325 RegLocation rl_result = GenDivRem(rl_dest, reg1, t_reg, is_div);
330 RegLocation MipsMir2Lir::GenDivRem(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2,
333 LOG(FATAL) << "Unexpected use of GenDivRem for Mips";
  /art/compiler/dex/quick/arm/
int_arm.cc 715 RegLocation ArmMir2Lir::GenDivRem(RegLocation rl_dest, RegLocation rl_src1,
718 LOG(FATAL) << "Unexpected use of GenDivRem for Arm";
737 rl_result = GenDivRem(rl_result, reg1, lit_temp, is_div);
743 RegLocation ArmMir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg1, RegStorage reg2,
    [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 623 rl_result = GenDivRem(rl_result, reg1, lit_temp, is_div);
629 RegLocation Arm64Mir2Lir::GenDivRem(RegLocation rl_dest, RegLocation rl_src1,
632 LOG(FATAL) << "Unexpected use of GenDivRem for Arm64";
636 RegLocation Arm64Mir2Lir::GenDivRem(RegLocation rl_dest, RegStorage r_src1, RegStorage r_src2,
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 769 RegLocation X86Mir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi,
772 LOG(FATAL) << "Unexpected use of GenDivRem for x86";
776 RegLocation X86Mir2Lir::GenDivRem(RegLocation rl_dest, RegLocation rl_src1,
    [all...]

Completed in 428 milliseconds