• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/

Lines Matching refs:loop

18  * however the loop has been unrolled to enable better memory throughput,
22 * A future enhancement might be to put in a byte store loop for really
117 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop)
124 * through unrolled loop. Do a quad at a time to get us 0mod64
152 * Assumes the wh64 needs to be for 2 trips through the loop in the future
154 * through the loop, and if there are less than two trips left, the target
176 subq $3, 16, $2 # E : Repeat the loop at least once more?
191 * Simple loop for trailing quadwords, or for small amounts
192 * of data (where we can't use an unrolled loop and wh64)
294 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop)
297 blt $4, loop # U :
301 * through unrolled loop. Do a quad at a time to get us 0mod64
329 * Assumes the wh64 needs to be for 2 trips through the loop in the future
331 * through the loop, and if there are less than two trips left, the target
353 subq $3, 16, $2 # E : Repeat the loop at least once more?
368 * Simple loop for trailing quadwords, or for small amounts
369 * of data (where we can't use an unrolled loop and wh64)
371 loop:
375 bne $3,loop # U : more?
481 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop)
488 * through unrolled loop. Do a quad at a time to get us 0mod64
516 * Assumes the wh64 needs to be for 2 trips through the loop in the future
518 * through the loop, and if there are less than two trips left, the target
540 subq $3, 16, $2 # E : Repeat the loop at least once more?
555 * Simple loop for trailing quadwords, or for small amounts
556 * of data (where we can't use an unrolled loop and wh64)