Home | History | Annotate | Download | only in optimizing

Lines Matching refs:out_loc

347   Location out_loc = locations->Out();
348 XmmRegister out = out_loc.AsFpuRegister<XmmRegister>();
352 DCHECK(out_loc.Equals(op1_loc));
478 // Can return immediately, as op1_loc == out_loc.
2419 Location out_loc = locations->Out();
2420 CpuRegister out = out_loc.AsRegister<CpuRegister>();
2442 out_loc, // Unused, used only as a "temporary" within the read barrier.