Searched refs:OpFpRegCopy (Results 1 – 12 of 12) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | codegen_mips.h | 141 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src);
|
D | utility_mips.cc | 25 LIR* MipsMir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::MipsMir2Lir
|
D | int_mips.cc | 172 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 143 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src);
|
D | utility_arm.cc | 1141 LIR* ArmMir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::ArmMir2Lir
|
D | int_arm.cc | 412 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
|
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 209 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) OVERRIDE;
|
D | utility_arm64.cc | 1392 LIR* Arm64Mir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::Arm64Mir2Lir
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 268 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) OVERRIDE;
|
D | utility_x86.cc | 29 LIR* X86Mir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::X86Mir2Lir
|
D | int_x86.cc | 132 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
|
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 1392 virtual LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) = 0;
|