Home
last modified time | relevance | path

Searched refs:NEXT_Q_AFTER (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDhaifa-sched.c284 #define NEXT_Q_AFTER(X, C) (((X)+C) & max_insn_queue_index) macro
939 int next_q = NEXT_Q_AFTER (q_ptr, n_cycles); in queue_insn()
1709 if ((link = insn_queue[NEXT_Q_AFTER (q_ptr, stalls)])) in queue_to_ready()
1724 free_INSN_LIST_list (&insn_queue[NEXT_Q_AFTER (q_ptr, stalls)]); in queue_to_ready()
1734 q_ptr = NEXT_Q_AFTER (q_ptr, stalls); in queue_to_ready()
1827 if ((link = insn_queue[NEXT_Q_AFTER (q_ptr, stalls)])) in early_queue_to_ready()
1864 insn_queue[NEXT_Q_AFTER (q_ptr, stalls)] = next_link; in early_queue_to_ready()
3213 if ((delay > 0 && NEXT_Q_AFTER (q_ptr, delay) == i) in change_queue_index()
HDChangeLog-200112673 (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
HDChangeLog-200223973 (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of