gem5 v24.0.0.0
|
Decode collects macro-ops from Fetch2 and splits them into micro-ops passed to Execute. More...
#include <vector>
#include "base/named.hh"
#include "cpu/minor/buffers.hh"
#include "cpu/minor/cpu.hh"
#include "cpu/minor/dyn_inst.hh"
#include "cpu/minor/pipe_data.hh"
Go to the source code of this file.
Classes | |
class | gem5::minor::Decode |
struct | gem5::minor::Decode::DecodeThreadInfo |
Data members after this line are cycle-to-cycle state. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::minor |
Decode collects macro-ops from Fetch2 and splits them into micro-ops passed to Execute.
Definition in file decode.hh.