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

  /art/compiler/dex/quick/mips/
int_mips.cc 226 RegLocation MipsMir2Lir::GenDivRem(RegLocation rl_dest, int reg1, int reg2,
  /art/compiler/dex/quick/x86/
int_x86.cc 213 RegLocation X86Mir2Lir::GenDivRem(RegLocation rl_dest, int reg_lo,
215 LOG(FATAL) << "Unexpected use of GenDivRem for x86";
  /art/compiler/dex/quick/arm/
int_arm.cc 474 RegLocation ArmMir2Lir::GenDivRem(RegLocation rl_dest, int reg1, int reg2,
476 LOG(FATAL) << "Unexpected use of GenDivRem for Arm";
    [all...]

Completed in 130 milliseconds