Searched refs:loop (Results 276 - 300 of 632) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gmp/mpn/sparc32/
H A Daddmul_1.asm33 C and put (- 4 x SIZE) in index/loop counter.
77 addcc %o2,4,%o2 C loop counter
92 L(loop):
137 bne L(loop)
H A Dsubmul_1.asm33 C and put (- 4 x SIZE) in index/loop counter.
77 addcc %o2,4,%o2 C loop counter
92 L(loop):
137 bne L(loop)
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dcopyd.asm28 C An explicit loop is used because a decrementing rep movsl is a bit slow at
32 C The slightly strange loop form seems necessary for the claimed speed.
43 C one store each cycle. Unrolling the loop below would approach 1.0, but
135 C done in the loop if size was even)
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Dsubmul_1.asm38 C slightly subtle. In the loop the carry (or borrow rather) is a negative
102 C ecx loop counter, decrementing
109 L(loop):
121 jnz L(loop)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dflow2.s147 loop DoItSome LC0 ; /* define loop DoItSome with Loop Counter 0 */ label
148 loop_begin DoItSome ; /* place before the first instruction in the loop */
151 loop_end DoItSome ; /* place after the last instruction in the loop */
153 loop DoItSomeMore LC1 ; /* define loop MyLoop with Loop Counter 1*/ label
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Ddivrem_2.asm41 C * The loop has not been carefully tuned. We should at the very least do
43 C * The code outside the main loop is what gcc generated. Clean up!
126 L(loop):
161 jns L(loop)
/haiku-buildtools/gcc/mpfr/src/
H A Dsin_cos.c37 MPFR_ZIV_DECL (loop);
137 MPFR_ZIV_INIT (loop, m);
212 MPFR_ZIV_NEXT (loop, m);
215 MPFR_ZIV_FREE (loop);
574 MPFR_ZIV_DECL (loop);
587 MPFR_ZIV_INIT (loop, w);
650 MPFR_ZIV_NEXT (loop, w);
654 MPFR_ZIV_FREE (loop);
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dflow2.s147 loop DoItSome LC0 ; /* define loop DoItSome with Loop Counter 0 */ label
148 loop_begin DoItSome ; /* place before the first instruction in the loop */
151 loop_end DoItSome ; /* place after the last instruction in the loop */
153 loop DoItSomeMore LC1 ; /* define loop MyLoop with Loop Counter 1*/ label
/haiku-buildtools/gcc/gmp/mpn/arm/
H A Dcopyd.asm49 L(loop):
54 bne L(loop)
H A Dmul_1.asm59 L(loop):
73 bne L(loop)
/haiku-buildtools/gcc/gmp/mpn/ia64/
H A Dsqr_diagonal.asm27 C * Perhaps avoid ctop loop. Unfortunately, a cloop loop running at 1 c/l
/haiku-buildtools/gcc/gmp/mpn/mips32/
H A Dadd_n.asm36 and $9,$7,4-1 C number of limbs in first loop
37 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
H A Dsub_n.asm35 and $9,$7,4-1 C number of limbs in first loop
36 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
/haiku-buildtools/gcc/gmp/mpn/mips64/
H A Dadd_n.asm35 and $9,$7,4-1 C number of limbs in first loop
36 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
H A Dsub_n.asm35 and $9,$7,4-1 C number of limbs in first loop
36 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
/haiku-buildtools/gcc/gmp/mpn/pa32/
H A Dadd_n.asm41 LDEF(loop)
45 addib,<> -1,%r23,L(loop)
H A Dlshift.asm41 LDEF(loop)
48 addib,<> -1,%r24,L(loop)
H A Dsub_n.asm41 LDEF(loop)
45 addib,<> -1,%r23,L(loop)
/haiku-buildtools/gcc/gmp/mpn/pa32/hppa1_1/pa7100/
H A Dadd_n.asm39 LDEF(loop)
55 addib,> -4,%r23,L(loop)
H A Dlshift.asm43 LDEF(loop)
55 addib,> -4,%r24,L(loop)
H A Drshift.asm40 LDEF(loop)
52 addib,> -4,%r24,L(loop)
H A Dsub_n.asm39 LDEF(loop)
55 addib,> -4,%r23,L(loop)
/haiku-buildtools/gcc/gmp/mpn/powerpc32/
H A Dsqr_diagonal.asm54 L(loop):
66 bdnz L(loop)
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/mmx/
H A Drshift.asm34 C and with a 4 limb loop and 1 cycle of loop overhead the total is 1.75 c/l.
38 C setups and finish-ups are done to ensure alignment for the loop.
40 C MMX shifts work out a bit faster even for the simple loop.
48 dnl Minimum 5, because the unrolled loop can't handle less.
108 C This loop is 5 or 8 cycles, with every second load unaligned and a wasted
110 C cycles and would be 8 in a simple loop. Using mmx helps the return value
251 C This loop is the important bit, the rest is just support. Careful
/haiku-buildtools/cloog/
H A DMakefile.am80 source/loop.c \
115 include/cloog/loop.h \

Completed in 239 milliseconds

<<11121314151617181920>>