Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c2290 int clear_bytes; local
2316 for ( ; bytes > 0; (bytes -= clear_bytes), (offset += clear_bytes))
2331 clear_bytes = GET_MODE_SIZE (mode);
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrv.c2345 int clear_bytes; in frv_expand_block_clear() local
2370 for ( ; bytes > 0; (bytes -= clear_bytes), (offset += clear_bytes)) in frv_expand_block_clear()
2385 clear_bytes = GET_MODE_SIZE (mode); in frv_expand_block_clear()
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c9315 int clear_bytes; in expand_block_clear() local
9347 for (offset = 0; bytes > 0; offset += clear_bytes, bytes -= clear_bytes) in expand_block_clear()
9354 clear_bytes = 16; in expand_block_clear()
9362 clear_bytes = 8; in expand_block_clear()
9367 clear_bytes = 4; in expand_block_clear()
9372 clear_bytes = 2; in expand_block_clear()
9377 clear_bytes = 1; in expand_block_clear()