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

  /art/compiler/dex/quick/mips/
int_mips.cc 532 void MipsMir2Lir::GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
596 Mir2Lir::GenArithOpLong(opcode, rl_dest, rl_src1, rl_src2, flags);
899 GenArithOpLong(opcode, rl_dest, rl_src1, rl_src2, flags);
codegen_mips.h 167 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
  /art/compiler/dex/quick/arm/
int_arm.cc     [all...]
codegen_arm.h 143 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 165 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
int_arm64.cc     [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc     [all...]
codegen_x86.h 200 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
    [all...]
target_x86.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 954 GenArithOpLong(opcode, rl_dest, rl_src[0], rl_src[0], opt_flags);
    [all...]
mir_to_lir.h     [all...]
gen_common.cc     [all...]

Completed in 934 milliseconds