Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c9316 int clear_step; in expand_block_clear() local
9336 clear_step = 16; in expand_block_clear()
9338 clear_step = 8; in expand_block_clear()
9340 clear_step = 4; in expand_block_clear()
9342 if (optimize_size && bytes > 3 * clear_step) in expand_block_clear()
9344 if (! optimize_size && bytes > 8 * clear_step) in expand_block_clear()