Home
last modified time | relevance | path

Searched refs:GenShiftImmOpLong (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/quick/x86/
Dcodegen_x86.h204 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
784 RegLocation GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
Dint_x86.cc1758 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/
Dcodegen_mips.h150 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
Dint_mips.cc858 void MipsMir2Lir::GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftImmOpLong() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dcodegen_arm.h151 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
Dint_arm.cc1549 void ArmMir2Lir::GenShiftImmOpLong(Instruction::Code opcode, in GenShiftImmOpLong() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h139 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
Dint_arm64.cc1342 void Arm64Mir2Lir::GenShiftImmOpLong(Instruction::Code opcode, in GenShiftImmOpLong() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/
Dmir_to_lir.cc1067 GenShiftImmOpLong(opcode, rl_dest, rl_src[0], rl_src[1], opt_flags); in CompileDalvikInstruction()
Dmir_to_lir.h1401 virtual void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,