Lines Matching full:loop
60 * This loop aligns the destination a byte at a time
61 * We know we have at least one trip through this loop
71 * which allows us zero dependencies within either quadpack in the loop
84 bic $0,7,$4 # .. .. E .. : number bytes as a quadword loop
93 /* Misaligned quadword loop - not unrolled. Leave it that way. */
115 /* We know we have at least one trip through the byte loop */
120 /* Do the trailing byte loop load, then hop into the store part of the loop */
124 * Based upon the usage context, it's worth the effort to unroll this loop
142 * unroll this to be an 8x loop (which would enable us to use the wh64
194 * For small copies (or the tail of a larger copy), do a very simple byte loop.
211 * which allows us zero dependencies within either quadpack in the loop