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

  /art/compiler/dex/quick/mips/
int_mips.cc 553 GenDivRemLong(opcode, rl_dest, rl_src1, rl_src2, /*is_div*/ true, flags);
557 GenDivRemLong(opcode, rl_dest, rl_src1, rl_src2, /*is_div*/ false, flags);
624 void MipsMir2Lir::GenDivRemLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
  /art/compiler/dex/quick/arm64/
int_arm64.cc     [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc     [all...]

Completed in 35 milliseconds