Searched refs:clear_step (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c9366 int clear_step;
9386 clear_step = 16;
9388 clear_step = 8;
9390 clear_step = 4;
9392 if (optimize_size && bytes > 3 * clear_step)
9394 if (! optimize_size && bytes > 8 * clear_step)
9349 int clear_step; local

Completed in 119 milliseconds