gem5
|
#include <list>
#include <map>
#include <queue>
#include <vector>
#include "base/statistics.hh"
#include "base/types.hh"
#include "cpu/o3/dep_graph.hh"
#include "cpu/inst_seq.hh"
#include "cpu/op_class.hh"
#include "cpu/timebuf.hh"
#include "sim/eventq.hh"
Go to the source code of this file.
Classes | |
class | InstructionQueue< Impl > |
A standard instruction queue class. More... | |
class | InstructionQueue< Impl >::FUCompletion |
FU completion event class. More... | |
struct | InstructionQueue< Impl >::pqCompare |
Struct for comparing entries to be added to the priority queue. More... | |
struct | InstructionQueue< Impl >::ListOrderEntry |
Entry for the list age ordering by op class. More... | |