Searched refs:GenShiftImmOpLong (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | codegen_mips.h | 93 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
|
D | int_mips.cc | 630 void MipsMir2Lir::GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftImmOpLong() function in art::MipsMir2Lir
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 95 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
|
D | int_arm.cc | 1471 void ArmMir2Lir::GenShiftImmOpLong(Instruction::Code opcode, in GenShiftImmOpLong() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 174 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, 750 RegLocation GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
|
D | int_x86.cc | 1393 RegLocation rl_result = GenShiftImmOpLong(Instruction::SHL_LONG, rl_dest, rl_src1, in GenMulLongConst() 2167 RegLocation X86Mir2Lir::GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftImmOpLong() function in art::X86Mir2Lir 2252 void X86Mir2Lir::GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftImmOpLong() function in art::X86Mir2Lir 2271 RegLocation rl_result = GenShiftImmOpLong(opcode, rl_dest, rl_src, shift_amount); in GenShiftImmOpLong()
|
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 148 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
|
D | int_arm64.cc | 1295 void Arm64Mir2Lir::GenShiftImmOpLong(Instruction::Code opcode, in GenShiftImmOpLong() function in art::Arm64Mir2Lir
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 1003 GenShiftImmOpLong(opcode, rl_dest, rl_src[0], rl_src[1]); in CompileDalvikInstruction()
|
D | mir_to_lir.h | 1382 virtual void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
|