Searched refs:loop (Results 376 - 400 of 632) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.h874 /* Marks loop as being considered for pipelining. */
878 /* Saved loop preheader to transfer when scheduling the loop. */
972 /* The loop nest being pipelined. */
973 extern struct loop *current_loop_nest;
1020 /* If skip to loop exits, save here information about loop exits. */
1059 /* True when BB is a header of the inner loop. */
1063 struct loop *inner_loop;
1075 /* If successor belongs to another loop
1078 get_loop_exit_edges_unique_dests(const struct loop *loop) argument
[all...]
/haiku-buildtools/gcc/gmp/mpn/m88k/
H A Dmul_1.s37 ; 1. Unroll main loop 4-8 times.
73 ; Enter the loop in the middle
106 ; Enter the loop in the middle
/haiku-buildtools/legacy/binutils/opcodes/
H A Dz8kgen.c918 int loop = 1; local
921 while (loop)
925 loop = 0;
/haiku-buildtools/binutils/opcodes/
H A Dz8kgen.c931 int loop = 1; local
934 while (loop)
938 loop = 0;
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c5028 /* Figure out where to put LABEL, which is the label for a repeat loop.
5029 If INCLUDING, LAST_INSN is the last instruction in the loop, otherwise
5030 the loop ends just before LAST_INSN. If SHARED, insns other than the
5031 "repeat" might use LABEL to jump to the loop's continuation point.
5033 Return the last instruction in the adjusted loop. */
5043 fprintf (dump_file, "considering end of repeat loop at insn %d\n",
5046 /* Set PREV to the last insn in the loop. */
5075 loop again: if the first instruction also satisfies the
5101 fprintf (dump_file, "Adding nop inside loop\n");
5162 1. A loop ha
5271 mep_repeat_loop_p(struct mep_doloop *loop) argument
5305 struct mep_doloop *loops, *loop; local
[all...]
/haiku-buildtools/gcc/gmp/mpn/alpha/
H A Dlshift.asm41 and r18,4-1,r28 C number of limbs in first loop
87 C main loop
H A Drshift.asm39 and r18,4-1,r28 C number of limbs in first loop
85 C main loop
/haiku-buildtools/gcc/gmp/mpn/pa64/
H A Dsqr_diagonal.asm58 LDEF(loop)
94 addib,<> -1,n,L(loop)
/haiku-buildtools/gcc/gmp/mpn/powerpc32/
H A Daddmul_1.asm69 L(loop):
78 bdnz L(loop)
H A Dlshift.asm83 andi. r10, r5, 3 C count for spill loop
104 L(e): srwi r5, r5, 2 C count for unrolled loop
H A Drshift.asm81 andi. r10, r5, 3 C count for spill loop
102 L(e): srwi r5, r5, 2 C count for unrolled loop
H A Dsubmul_1.asm55 L(loop):
65 bdnz L(loop)
/haiku-buildtools/gcc/gmp/mpn/powerpc32/vmx/
H A Dcopyd.asm117 LIMB64(`srdi r7, n, 2 ') C loop count corresponding to n
118 LIMB32(`srwi r7, n, 3 ') C loop count corresponding to n
H A Dcopyi.asm112 LIMB64(`srdi r7, n, 2 ') C loop count corresponding to n
113 LIMB32(`srwi r7, n, 3 ') C loop count corresponding to n
/haiku-buildtools/gcc/gmp/mpn/powerpc64/mode64/
H A Ddivrem_2.asm119 L(loop):
150 bdnz L(loop)
/haiku-buildtools/gcc/gmp/mpn/vax/
H A Dadd_n.s39 ashl $-2,r0,r0 # unroll loop count
H A Dsub_n.s39 ashl $-2,r0,r0 # unroll loop count
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Dmode1o.asm116 C Rotating the mul to the top of the loop saves 1 cycle, presumably by
117 C hiding the loop control under the imul latency.
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Ddivrem_1.asm58 C an extra cycle over what the main loop code does, but it keeps code size
257 C Using PARAM_DIVISOR instead of %ebp measures 1 cycle/loop faster on the
333 leal 12(%edi), %ebx C &dst[xsize+2], loop dst stop
417 C The multiply by inverse loop is 17 cycles, and relies on some out-of-order
434 C This chain is what the loop has already, but 16 cycles isn't achieved.
442 C The jz in the loop keeps the q1+1 stage to 1 cycle. Handling an overflow
717 C The loop runs at 15 cycles. The dependent chain is the same as the
746 C loop gets the run time down from 16 to 15.
H A Dpopham.asm35 C processing of two qwords in the loop so as to fully exploit the available
38 C The loop is based on the example "Efficient 64-bit population count using
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dlshsub_n.asm24 C (1) The loop is is not scheduled in any way, and scheduling attempts have not
28 C loop.
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Daddmul_1.asm24 C * Tweak eax/edx offsets in loop as to save some lea's
84 sub 12(%esp), %ecx C loop count
H A Dmul_1.asm24 C * Tweak eax/edx offsets in loop as to save some lea's
82 sub 12(%esp), %ecx C loop count
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Daorsmul_1.asm30 C The inner loop of this code is the result of running a code generation and
34 C * The inner loop is great, but the prologue and epilogue code was
H A Dmode1o.asm39 C The dependent chain in the main loop is
55 C The code alignment used (32-byte) for the loop also seems necessary.

Completed in 204 milliseconds

<<11121314151617181920>>