Home
last modified time | relevance | path

Searched refs:dp_reg (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
Dtarget_mips.cc695 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num); in CompilerInitializeRegAlloc() local
696 RegisterInfo* dp_reg_info = GetRegInfo(dp_reg); in CompilerInitializeRegAlloc()
731 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num); in CompilerInitializeRegAlloc() local
732 RegisterInfo* dp_reg_info = GetRegInfo(dp_reg); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc633 RegStorage dp_reg = RegStorage::FloatSolo64(fp_reg_num); in CompilerInitializeRegAlloc() local
634 RegisterInfo* dp_reg_info = GetRegInfo(dp_reg); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc609 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num); in CompilerInitializeRegAlloc() local
610 RegisterInfo* dp_reg_info = GetRegInfo(dp_reg); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc686 RegStorage dp_reg = RegStorage::FloatSolo64(sp_reg_num); in CompilerInitializeRegAlloc() local
687 RegisterInfo* dp_reg_info = GetRegInfo(dp_reg); in CompilerInitializeRegAlloc()