Searched refs:ForFpPair (Results 1 – 3 of 3) sorted by relevance
170 (reg.is_fp_pair() && code == ForFpPair(reg.low_fp()).liftoff_code())); in from_liftoff_code()200 return LiftoffRegister::ForFpPair(DoubleRegister::from_code(code << 1)); in from_external_code()213 static LiftoffRegister ForFpPair(DoubleRegister low) { in ForFpPair() function
265 DCHECK(is_free(LiftoffRegister::ForFpPair(low)));266 return LiftoffRegister::ForFpPair(low);572 return LiftoffRegister::ForFpPair(low_fp); in GetUnusedRegister()
341 asm_->Fill(LiftoffRegister::ForFpPair(dst.fp()), load->value, in ExecuteLoads()1169 return_reg = LiftoffRegister::ForFpPair(kFpReturnRegisters[0]); in MoveToReturnLocations()