Searched refs:OpFpRegCopy (Results 1 – 12 of 12) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | codegen_mips.h | 200 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src);
|
D | utility_mips.cc | 32 LIR* MipsMir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::MipsMir2Lir
|
D | int_mips.cc | 198 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 202 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src);
|
D | utility_arm.cc | 1226 LIR* ArmMir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::ArmMir2Lir
|
D | int_arm.cc | 425 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
|
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 206 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) OVERRIDE;
|
D | utility_arm64.cc | 1384 LIR* Arm64Mir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::Arm64Mir2Lir
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 299 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) OVERRIDE;
|
D | utility_x86.cc | 33 LIR* X86Mir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::X86Mir2Lir
|
D | int_x86.cc | 135 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
|
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 1411 virtual LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) = 0;
|