gem5 v24.0.0.0
|
#include <deque>
#include "base/statistics.hh"
#include "cpu/inst_seq.hh"
#include "cpu/pred/indirect.hh"
#include "params/SimpleIndirectPredictor.hh"
Go to the source code of this file.
Classes | |
class | gem5::branch_prediction::SimpleIndirectPredictor |
struct | gem5::branch_prediction::SimpleIndirectPredictor::IPredEntry |
struct | gem5::branch_prediction::SimpleIndirectPredictor::HistoryEntry |
struct | gem5::branch_prediction::SimpleIndirectPredictor::IndirectHistory |
Indirect branch history information Used for prediction, update and recovery. More... | |
struct | gem5::branch_prediction::SimpleIndirectPredictor::ThreadInfo |
Per thread path and global history registers. More... | |
struct | gem5::branch_prediction::SimpleIndirectPredictor::IndirectStats |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::branch_prediction |