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

/freebsd-10.1-release/contrib/gcc/
H A Dhaifa-sched.c51 when stalls are introduced, the queue advances and dumps insns into
272 passes or stalls are introduced. */
1675 /* Add all pending insns that can be scheduled without stalls to the
1700 fprintf (sched_dump, "moving to ready without stalls\n");
1709 int stalls;
1711 for (stalls = 1; stalls <= max_insn_queue_index; stalls++)
1713 if ((link = insn_queue[NEXT_Q_AFTER (q_ptr, stalls)]))
1726 fprintf (sched_dump, "moving to ready with %d stalls\
1705 int stalls; local
1805 int stalls; local
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl43 # these MM instructions to avoid MM stalls, so that all these extra
510 // latter stalls for one clock cycle...

Completed in 114 milliseconds