Searched refs:OpRegCopyNoInsert (Results 1 – 11 of 11) sorted by relevance
/art/compiler/dex/quick/ |
D | local_optimizations.cc | 74 move_lir = OpRegCopyNoInsert(dest, src); in ConvertMemOpIntoMove()
|
D | mir_to_lir.h | 1418 virtual LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) = 0;
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 181 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()
|
D | codegen_mips.h | 207 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src);
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 210 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src);
|
D | int_arm.cc | 414 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/ |
D | codegen_arm64.h | 213 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) OVERRIDE;
|
D | int_arm64.cc | 314 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/ |
D | codegen_x86.h | 306 LIR* OpRegCopyNoInsert(RegStorage r_dest, RegStorage r_src) OVERRIDE;
|
D | int_x86.cc | 126 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()
|
D | utility_x86.cc | 485 LIR* res = OpRegCopyNoInsert(r_dest, t_reg); in OpRegRegReg()
|