gem5
|
The dynamic instruction and instruction/line id (sequence numbers) definition for Minor. More...
#include <iostream>
#include "base/refcnt.hh"
#include "cpu/minor/buffers.hh"
#include "cpu/inst_seq.hh"
#include "cpu/static_inst.hh"
#include "cpu/timing_expr.hh"
#include "sim/faults.hh"
Go to the source code of this file.
Classes | |
class | Minor::InstId |
Id for lines and instructions. More... | |
class | Minor::MinorDynInst |
Dynamic instruction for Minor. More... | |
Namespaces | |
Minor | |
Minor contains all the definitions within the MinorCPU apart from the CPU class itself. | |
Typedefs | |
typedef RefCountingPtr < MinorDynInst > | Minor::MinorDynInstPtr |
MinorDynInsts are currently reference counted. More... | |
Functions | |
std::ostream & | Minor::operator<< (std::ostream &os, const InstId &id) |
Print this id in the usual slash-separated format expected by MinorTrace. More... | |
std::ostream & | Minor::operator<< (std::ostream &os, const MinorDynInst &inst) |
Print a short reference to this instruction. More... | |
The dynamic instruction and instruction/line id (sequence numbers) definition for Minor.
A spirited attempt is made here to not carry too much on this structure.
Definition in file dyn_inst.hh.