gem5 v24.0.0.0
|
#include <vector>
#include "base/sat_counter.hh"
#include "base/types.hh"
#include "cpu/pred/bpred_unit.hh"
#include "params/TournamentBP.hh"
Go to the source code of this file.
Classes | |
class | gem5::branch_prediction::TournamentBP |
Implements a tournament branch predictor, hopefully identical to the one used in the 21264. More... | |
struct | gem5::branch_prediction::TournamentBP::BPHistory |
The branch history information that is created upon predicting a branch. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::branch_prediction |