Home
last modified time | relevance | path

Searched refs:dp_reg_num (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/mips/
Dtarget_mips.cc445 int dp_reg_num = sp_reg_num & ~1; in CompilerInitializeRegAlloc() local
447 int dp_reg_num = sp_reg_num >> 1; in CompilerInitializeRegAlloc() local
449 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc581 int dp_reg_num = sp_reg_num >> 1; in CompilerInitializeRegAlloc() local
582 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num); in CompilerInitializeRegAlloc()