gem5
v20.1.0.0
|
#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 | Minor::Decode |
struct | Minor::Decode::DecodeThreadInfo |
Data members after this line are cycle-to-cycle state. More... | |
Namespaces | |
Minor | |
Decode collects macro-ops from Fetch2 and splits them into micro-ops passed to Execute.
Definition in file decode.hh.