Home | History | Annotate | Download | only in optimizing

Lines Matching refs:ip0

197     // IP0 is used internally by the ReadBarrierMarkRegX entry point
200 DCHECK_NE(LocationFrom(src_curr_addr).reg(), IP0);
201 DCHECK_NE(LocationFrom(dst_curr_addr).reg(), IP0);
202 DCHECK_NE(LocationFrom(src_stop_addr).reg(), IP0);
203 DCHECK_NE(tmp_.reg(), IP0);
2393 // Temporary register IP0, obtained from the VIXL scratch register
2761 // Make sure `tmp` is not IP0, as it is clobbered by
2764 DCHECK(temps.IsAvailable(ip0));
2765 temps.Exclude(ip0);
2767 DCHECK_NE(LocationFrom(tmp).reg(), IP0);
2768 // Put IP0 back in the pool so that VIXL has at least one
2774 temps.Include(ip0);