Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dint_mips.cc828 void MipsMir2Lir::GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1, in GenShiftOpLong() function in art::MipsMir2Lir
831 Mir2Lir::GenShiftOpLong(opcode, rl_dest, rl_src1, rl_shift); in GenShiftOpLong()
863 GenShiftOpLong(opcode, rl_dest, rl_src1, rl_shift); in GenShiftImmOpLong()
Dcodegen_mips.h142 void GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h131 void GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
Dint_arm64.cc71 void Arm64Mir2Lir::GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftOpLong() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h208 void GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest,
Dint_x86.cc2652 GenShiftOpLong(opcode, rl_dest, rl_src, rl_shift); in GenShiftImmOpLong()
3372 void X86Mir2Lir::GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftOpLong() function in art::X86Mir2Lir
/art/compiler/dex/quick/
Dmir_to_lir.cc1069 GenShiftOpLong(opcode, rl_dest, rl_src[0], rl_src[1]); in CompileDalvikInstruction()
Dmir_to_lir.h843 virtual void GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest,
Dgen_common.cc1489 void Mir2Lir::GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest, in GenShiftOpLong() function in art::Mir2Lir
/art/compiler/dex/quick/arm/
Dint_arm.cc1561 GenShiftOpLong(opcode, rl_dest, rl_src, rl_shift); in GenShiftImmOpLong()