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

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

Completed in 128 milliseconds