Home
last modified time | relevance | path

Searched refs:OpRegCopyNoInsert (Results 1 – 11 of 11) sorted by relevance

/art/compiler/dex/quick/
Dlocal_optimizations.cc74 move_lir = OpRegCopyNoInsert(dest, src); in ConvertMemOpIntoMove()
Dmir_to_lir.h1418 virtual LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) = 0;
/art/compiler/dex/quick/mips/
Dint_mips.cc181 LIR* MipsMir2Lir::OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) { in OpRegCopyNoInsert() function in art::MipsMir2Lir
218 LIR *res = OpRegCopyNoInsert(r_dest, r_src); in OpRegCopy()
Dcodegen_mips.h207 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src);
/art/compiler/dex/quick/arm/
Dcodegen_arm.h210 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src);
Dint_arm.cc414 LIR* ArmMir2Lir::OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) { in OpRegCopyNoInsert() function in art::ArmMir2Lir
443 LIR* res = OpRegCopyNoInsert(r_dest, r_src); in OpRegCopy()
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h213 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) OVERRIDE;
Dint_arm64.cc314 LIR* Arm64Mir2Lir::OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) { in OpRegCopyNoInsert() function in art::Arm64Mir2Lir
377 LIR* res = OpRegCopyNoInsert(r_dest, r_src); in OpRegCopy()
/art/compiler/dex/quick/x86/
Dcodegen_x86.h306 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) OVERRIDE;
Dint_x86.cc126 LIR* X86Mir2Lir::OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) { in OpRegCopyNoInsert() function in art::X86Mir2Lir
146 LIR *res = OpRegCopyNoInsert(r_dest, r_src); in OpRegCopy()
3364 LIR* copy_lir = OpRegCopyNoInsert(rl_dest.reg, rl_dest.reg); in GenLongToInt()
Dutility_x86.cc485 LIR* res = OpRegCopyNoInsert(r_dest, t_reg); in OpRegRegReg()