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

  /art/compiler/dex/quick/arm/
codegen_arm.h 32 bool EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) OVERRIDE;
int_arm.cc 669 bool ArmMir2Lir::EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) {
    [all...]
  /art/compiler/dex/quick/mips/
codegen_mips.h 32 bool EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) OVERRIDE;
int_mips.cc 380 bool MipsMir2Lir::EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) {
381 LOG(FATAL) << "Unexpected use of easyMultiply in Mips";
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 72 bool EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) OVERRIDE;
int_arm64.cc 587 bool Arm64Mir2Lir::EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) {
588 LOG(FATAL) << "Unexpected use of EasyMultiply for Arm64";
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 69 bool EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) OVERRIDE;
    [all...]
int_x86.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
gen_common.cc     [all...]

Completed in 318 milliseconds