Lines Matching refs:list

21  * notice, this list of conditions and the following disclaimer;
23 * notice, this list of conditions and the following disclaimer in the
61 using std::list;
437 InstructionQueue<Impl>::setActiveThreads(list<ThreadID> *at_ptr)
507 list<ThreadID>::iterator threads = activeThreads->begin();
508 list<ThreadID>::iterator end = activeThreads->end();
728 // Get iterator of next item on the list
730 // Determine if the next item is either the end of the list or younger
772 // lists. Checking the top item of each list to see if it's squashed
793 // Have iterator to head of the list
794 // While I haven't exceeded bandwidth or reached the end of the list,
796 // If successful, change the oldestInst to the new top of the list, put
797 // the queue in the proper place in the list.
864 // Add the FU onto the list of FU's to be freed next
883 // Add the FU onto the list of FU's to be freed next cycle.
1091 // Will need to reorder the list if either a queue is not on the list,
1102 "the ready list, PC %s opclass:%i [sn:%llu].\n",
1268 // Remove the instruction from the dependency list.
1286 // Instead of doing a linked list traversal, we
1371 // them to the dependency list if they are not ready.
1455 // available, then add it to the list of ready instructions.
1458 //Add the instruction to the proper ready list.
1473 "the ready list, PC %s opclass:%i [sn:%llu].\n",
1478 // Will need to reorder the list if either a queue is not on the list,
1502 cprintf("Ready list %i size: %i\n", i, readyInsts[i].size());
1507 cprintf("Non speculative list size: %i\n", nonSpecInsts.size());
1512 cprintf("Non speculative list: ");
1583 cprintf("Insts to Execute list:\n");