Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dcodegen_mips.h141 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src);
Dutility_mips.cc25 LIR* MipsMir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::MipsMir2Lir
Dint_mips.cc172 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
/art/compiler/dex/quick/arm/
Dcodegen_arm.h143 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src);
Dutility_arm.cc1141 LIR* ArmMir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::ArmMir2Lir
Dint_arm.cc412 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h209 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) OVERRIDE;
Dutility_arm64.cc1392 LIR* Arm64Mir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h268 LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) OVERRIDE;
Dutility_x86.cc29 LIR* X86Mir2Lir::OpFpRegCopy(RegStorage r_dest, RegStorage r_src) { in OpFpRegCopy() function in art::X86Mir2Lir
Dint_x86.cc132 return OpFpRegCopy(r_dest, r_src); in OpRegCopyNoInsert()
/art/compiler/dex/quick/
Dmir_to_lir.h1392 virtual LIR* OpFpRegCopy(RegStorage r_dest, RegStorage r_src) = 0;