Searched refs:ForFpPair (Results 1 – 3 of 3) sorted by relevance
174 (reg.is_fp_pair() && code == ForFpPair(reg.low_fp()).liftoff_code())); in from_liftoff_code()204 return LiftoffRegister::ForFpPair(DoubleRegister::from_code(code << 1)); in from_external_code()217 static LiftoffRegister ForFpPair(DoubleRegister low) { in ForFpPair() function
178 DCHECK(is_free(LiftoffRegister::ForFpPair(low)));179 return LiftoffRegister::ForFpPair(low);370 return LiftoffRegister::ForFpPair(low_fp); in GetUnusedRegister()
337 asm_->Fill(LiftoffRegister::ForFpPair(dst.fp()), load->value, in ExecuteLoads()950 return_reg = LiftoffRegister::ForFpPair(kFpReturnRegisters[0]); in MoveToReturnLocations()