gem5 v24.0.0.0
|
The dynamic instruction and instruction/line id (sequence numbers) definition for Minor. More...
#include <iostream>
#include "arch/generic/isa.hh"
#include "base/named.hh"
#include "base/refcnt.hh"
#include "base/types.hh"
#include "cpu/inst_seq.hh"
#include "cpu/minor/buffers.hh"
#include "cpu/static_inst.hh"
#include "cpu/timing_expr.hh"
#include "sim/faults.hh"
#include "sim/insttracer.hh"
Go to the source code of this file.
Classes | |
class | gem5::minor::InstId |
Id for lines and instructions. More... | |
class | gem5::minor::MinorDynInst |
Dynamic instruction for Minor. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::minor |
Typedefs | |
typedef RefCountingPtr< MinorDynInst > | gem5::minor::MinorDynInstPtr |
MinorDynInsts are currently reference counted. | |
Functions | |
std::ostream & | gem5::minor::operator<< (std::ostream &os, const InstId &id) |
Print this id in the usual slash-separated format expected by MinorTrace. | |
std::ostream & | gem5::minor::operator<< (std::ostream &os, const MinorDynInst &inst) |
Print a short reference to this instruction. | |
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.