Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dcodegen_mips.h93 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
Dint_mips.cc630 void MipsMir2Lir::GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftImmOpLong() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dcodegen_arm.h95 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
Dint_arm.cc1471 void ArmMir2Lir::GenShiftImmOpLong(Instruction::Code opcode, in GenShiftImmOpLong() function in art::ArmMir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h174 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
750 RegLocation GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
Dint_x86.cc1393 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/
Dcodegen_arm64.h148 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
Dint_arm64.cc1295 void Arm64Mir2Lir::GenShiftImmOpLong(Instruction::Code opcode, in GenShiftImmOpLong() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/
Dmir_to_lir.cc1003 GenShiftImmOpLong(opcode, rl_dest, rl_src[0], rl_src[1]); in CompileDalvikInstruction()
Dmir_to_lir.h1382 virtual void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,