Searched refs:stalls (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gmp/mpn/m88k/
H A Dmul_1.s31 ; pipeline stalls 2 cycles due to WB contention.)
34 ; pipeline stalls 2 cycles due to WB contention and 1 cycle due to latency.)
H A Dadd_n.s29 ; load stalls and writeback contention. As a result, the instruction
H A Dsub_n.s29 ; load stalls and writeback contention. As a result, the instruction
/haiku-buildtools/gcc/gcc/
H A Dhaifa-sched.c49 when stalls are introduced, the queue advances and dumps insns into
331 passes or stalls are introduced. */
1804 without introducing too many unnecessary stalls. It hooks into the
2410 would need to be justified in a single saving of that many stalls.
2412 often to avoid a sequence of several short stalls rather than
2422 forcing blocks to contain unnecessary stalls instead of spill code.
5164 /* Add all pending insns that can be scheduled without stalls to the
5199 fprintf (sched_dump, "moving to ready without stalls\n");
5208 int stalls;
5210 for (stalls
5193 int stalls; local
5299 int stalls; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c52 when stalls are introduced, the queue advances and dumps insns into
282 loop in `schedule_block' as time passes or stalls are introduced. */
3164 /* Add all pending insns that can be scheduled without stalls to the
3169 fprintf (file, ";; launching %d before %d with no stalls at T-%d\n",
3180 register int stalls;
3182 for (stalls = 1; stalls < INSN_QUEUE_SIZE; stalls++)
3183 if ((insn = insn_queue[NEXT_Q_AFTER (q_ptr, stalls)]))
3188 fprintf (file, ";; launching %d before %d with %d stalls a
3172 register int stalls; local
[all...]
H A Dhaifa-sched.c64 when stalls are introduced, the queue advances and dumps insns into
396 passes or stalls are introduced. */
5616 /* Add all pending insns that can be scheduled without stalls to the
5632 fprintf (dump, "moving to ready without stalls\n"); local
5640 register int stalls;
5642 for (stalls = 1; stalls < INSN_QUEUE_SIZE; stalls++)
5644 if ((link = insn_queue[NEXT_Q_AFTER (q_ptr, stalls)]))
5659 fprintf (dump, "moving to ready with %d stalls\
5661 visualize_stall_cycles (BB_TO_BLOCK (target_bb), stalls); local
[all...]
/haiku-buildtools/gcc/gmp/mpn/alpha/ev6/
H A Daorsmul_1.asm46 dnl L1, which is NOT where we want it. It either stalls 1, because it can't

Completed in 209 milliseconds