Searched refs:dp_reg_num (Results 1 – 2 of 2) sorted by relevance
445 int dp_reg_num = sp_reg_num & ~1; in CompilerInitializeRegAlloc() local447 int dp_reg_num = sp_reg_num >> 1; in CompilerInitializeRegAlloc() local449 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num); in CompilerInitializeRegAlloc()
581 int dp_reg_num = sp_reg_num >> 1; in CompilerInitializeRegAlloc() local582 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num); in CompilerInitializeRegAlloc()