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

  /art/compiler/dex/quick/x86/
int_x86.cc 239 void X86Mir2Lir::OpLea(int rBase, int reg1, int reg2, int scale, int offset) {
446 OpLea(reg_addr, rl_array.low_reg, rl_index.low_reg, scale, data_offset);
codegen_x86.h 160 void OpLea(int rBase, int reg1, int reg2, int scale, int offset);
  /art/compiler/dex/quick/mips/
codegen_mips.h 160 void OpLea(int rBase, int reg1, int reg2, int scale, int offset);
int_mips.cc 253 void MipsMir2Lir::OpLea(int rBase, int reg1, int reg2, int scale, int offset) {
254 LOG(FATAL) << "Unexpected use of OpLea for Arm";
  /art/compiler/dex/quick/arm/
codegen_arm.h 159 void OpLea(int rBase, int reg1, int reg2, int scale, int offset);
int_arm.cc 497 void ArmMir2Lir::OpLea(int rBase, int reg1, int reg2, int scale, int offset) {
498 LOG(FATAL) << "Unexpected use of OpLea for Arm";
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]

Completed in 97 milliseconds