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

  /art/compiler/dex/quick/mips/
codegen_mips.h 87 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
int_mips.cc 620 void MipsMir2Lir::GenArithImmOpLong(Instruction::Code opcode,
  /art/compiler/dex/quick/arm/
codegen_arm.h 86 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
int_arm.cc     [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 87 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
int_x86.cc 567 void X86Mir2Lir::GenArithImmOpLong(Instruction::Code opcode,
  /art/compiler/dex/quick/
mir_to_lir.cc 576 GenArithImmOpLong(opcode, rl_dest, rl_src[0], rl_src[1]);
mir_to_lir.h 585 virtual void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
    [all...]

Completed in 133 milliseconds