gem5
v20.1.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 | TournamentBP |
Implements a tournament branch predictor, hopefully identical to the one used in the 21264. More... | |
struct | TournamentBP::BPHistory |
The branch history information that is created upon predicting a branch. More... | |