Searched refs:GenShiftImmOpLong (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 204 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, 784 RegLocation GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
|
D | int_x86.cc | 1758 RegLocation rl_result = GenShiftImmOpLong(Instruction::SHL_LONG, rl_dest, rl_src1, in GenMulLongConst() 2551 RegLocation X86Mir2Lir::GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftImmOpLong() function in art::X86Mir2Lir 2637 void X86Mir2Lir::GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftImmOpLong() function in art::X86Mir2Lir 2656 RegLocation rl_result = GenShiftImmOpLong(opcode, rl_dest, rl_src, shift_amount, flags); in GenShiftImmOpLong()
|
/art/compiler/dex/quick/mips/ |
D | codegen_mips.h | 150 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
|
D | int_mips.cc | 858 void MipsMir2Lir::GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftImmOpLong() function in art::MipsMir2Lir
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 151 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
|
D | int_arm.cc | 1549 void ArmMir2Lir::GenShiftImmOpLong(Instruction::Code opcode, in GenShiftImmOpLong() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 139 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
|
D | int_arm64.cc | 1342 void Arm64Mir2Lir::GenShiftImmOpLong(Instruction::Code opcode, in GenShiftImmOpLong() function in art::Arm64Mir2Lir
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 1067 GenShiftImmOpLong(opcode, rl_dest, rl_src[0], rl_src[1], opt_flags); in CompileDalvikInstruction()
|
D | mir_to_lir.h | 1401 virtual void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
|