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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c1275 int num_pieces, move_ratio;
1304 num_pieces = (bytes / align) + (bytes % align); /* Close enough anyway. */
1305 if (num_pieces > move_ratio)
1273 int num_pieces, move_ratio; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc1301 int num_pieces, move_ratio;
1330 num_pieces = (bytes / align) + (bytes % align); /* Close enough anyway. */
1331 if (num_pieces > move_ratio)
1299 int num_pieces, move_ratio; local

Completed in 139 milliseconds