gem5 v24.0.0.0
|
#include <deque>
#include "base/statistics.hh"
#include "base/types.hh"
#include "cpu/inst_seq.hh"
#include "cpu/pred/branch_type.hh"
#include "cpu/pred/btb.hh"
#include "cpu/pred/indirect.hh"
#include "cpu/pred/ras.hh"
#include "cpu/static_inst.hh"
#include "enums/TargetProvider.hh"
#include "params/BranchPredictor.hh"
#include "sim/probe/pmu.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::branch_prediction::BPredUnit |
Basically a wrapper class to hold both the branch predictor and the BTB. More... | |
struct | gem5::branch_prediction::BPredUnit::PredictorHistory |
struct | gem5::branch_prediction::BPredUnit::BPredUnitStats |
Statistics. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::branch_prediction |