gem5
|
Entry for the list age ordering by op class. More...
Public Attributes | |
OpClass | queueType |
InstSeqNum | oldestInst |
Entry for the list age ordering by op class.
Definition at line 367 of file inst_queue.hh.
InstSeqNum InstructionQueue< Impl >::ListOrderEntry::oldestInst |
Definition at line 369 of file inst_queue.hh.
Referenced by InstructionQueue< Impl >::addToOrderList(), and InstructionQueue< Impl >::moveToYoungerInst().
OpClass InstructionQueue< Impl >::ListOrderEntry::queueType |
Definition at line 368 of file inst_queue.hh.
Referenced by InstructionQueue< Impl >::addToOrderList(), and InstructionQueue< Impl >::moveToYoungerInst().