Home
last modified time | relevance | path

Searched refs:OpFpRegCopy (Results 1 – 12 of 12) sorted by relevance

/art/compiler/dex/quick/mips/
Dcodegen_mips.h200 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src);
Dint_mips.cc198 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
Dutility_mips.cc32 LIR* MipsMir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dcodegen_arm.h202 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src);
Dutility_arm.cc1226 LIR* ArmMir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::ArmMir2Lir
Dint_arm.cc425 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h206 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) OVERRIDE;
Dutility_arm64.cc1384 LIR* Arm64Mir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h299 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) OVERRIDE;
Dutility_x86.cc33 LIR* X86Mir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::X86Mir2Lir
Dint_x86.cc135 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
/art/compiler/dex/quick/
Dmir_to_lir.h1411 virtual LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) = 0;