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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/compressor/
H A Dlzrw3.c399 /* Note: All the variables here except unroll should be defined within */
403 register UWORD unroll; /* Loop counter for unrolled inner loop. */ local
415 unroll=16;
418 unroll=1;
428 /* This inner unrolled loop processes 'unroll' (whose value is either 1 */
500 ` end_unrolled_loop: if (--unroll) goto begin_unrolled_loop;
502 /* end_unrolled_loop: */ if (--unroll) goto begin_unrolled_loop;
633 register UWORD unroll; /* Counts unrolled loop executions. */ local
649 unroll= p_src<=p_src_max16 ? 16 : 1;
652 while (unroll
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev6-memset.S108 * it's worth the effort to unroll this and use wh64 if possible
119 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
285 * it's worth the effort to unroll this and use wh64 if possible
296 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
472 * it's worth the effort to unroll this and use wh64 if possible
483 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
H A Dev6-copy_user.S138 * Based upon the usage context, it's worth the effort to unroll this loop
145 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
156 * unroll this to be an 8x loop (which would enable us to use the wh64
H A Dev6-memcpy.S61 cmple $18, 127, $1 # E : Can we unroll the loop?
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A Dudiv.S121 ! So we unroll slightly...
H A Durem.S119 ! So we unroll slightly...
H A Drem.S136 ! So we unroll slightly...
H A Dsdiv.S135 ! So we unroll slightly...

Completed in 72 milliseconds