Searched defs:GenArithOpLong (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 439 void MipsMir2Lir::GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1, in GenArithOpLong() function in art::MipsMir2Lir
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 1271 void ArmMir2Lir::GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1, in GenArithOpLong() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1050 void Arm64Mir2Lir::GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenArithOpLong() function in art::Arm64Mir2Lir
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 1832 void Mir2Lir::GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenArithOpLong() function in art::Mir2Lir
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1295 void X86Mir2Lir::GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1, in GenArithOpLong() function in art::X86Mir2Lir
|