gem5 v24.0.0.0
Loading...
Searching...
No Matches
dyn_inst.hh File Reference

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< MinorDynInstgem5::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.
 

Detailed Description

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.


Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0