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

/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c1740 unsigned int biggest_move = TARGET_STDW ? 8 : 4;
1782 if (biggest_move > align && !TARGET_INSNS_64)
1783 biggest_move = align;
1785 if (count / biggest_move > 7)
1796 while (biggest_move > count)
1797 biggest_move /= 2;
1799 src_size = dst_size = biggest_move;
1730 unsigned int biggest_move = TARGET_STDW ? 8 : 4; local

Completed in 161 milliseconds