Searched refs:addSpec (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_64KB.cc50 addSpec(new ACYCLIC(10, -1, -1, 1.0, 0, 6, *this));
51 addSpec(new BLURRYPATH(10, 7, -1, 1.0, 0, 6, *this));
52 addSpec(new GHIST(0, 19, 1.3125, 0, 6, *this));
53 addSpec(new GHIST(0, 65, 0.85, 0, 6, *this));
54 addSpec(new GHIST(111, 222, 1.0, 0, 6, *this));
55 addSpec(new GHIST(115, 206, 1.0, 0, 6, *this));
56 addSpec(new GHIST(190, 336, 1.0, 0, 6, *this));
57 addSpec(new GHIST(21, 64, 1.0, 0, 6, *this));
58 addSpec(new GHIST(48, 119, 1.0, 0, 6, *this));
59 addSpec(ne
[all...]
H A Dmultiperspective_perceptron_8KB.cc50 addSpec(new BIAS(2.40625, 0, 6, *this));
51 addSpec(new GHIST(0, 19, 1.4375, 0, 6, *this));
52 addSpec(new GHIST(0, 65, 1.0, 0, 6, *this));
53 addSpec(new GHIST(21, 64, 1.0, 0, 6, *this));
54 addSpec(new GHIST(75, 150, 1.0625, 0, 6, *this));
55 addSpec(new GHISTMODPATH(0, 7, 3, 1.625, 0, 6, *this));
56 addSpec(new GHISTPATH(11, 2, -1, 1.25, 0, 6, *this));
57 addSpec(new GHISTPATH(15, 4, -1, 1.125, 0, 6, *this));
58 addSpec(new GHISTPATH(31, 1, -1, 1.40625, 0, 6, *this));
59 addSpec(ne
[all...]
H A Dmultiperspective_perceptron_tage_64KB.cc215 addSpec(new BLURRYPATH(5, 15, -1, 2.25, 0, 6, *this));
216 addSpec(new BLURRYPATH(8, 10, -1, 2.25, 0, 6, *this));
217 addSpec(new RECENCYPOS(31, 3.5, 0, 6, *this));
218 addSpec(new GHISTMODPATH(3, 7, 1, 2.24, 0, 6, *this));
219 addSpec(new MODPATH(3, 20, 3, 2.24, 0, 6, *this));
220 addSpec(new IMLI(1, 2.23, 0, 6, *this));
221 addSpec(new IMLI(4, 1.98, 0, 6, *this));
222 addSpec(new RECENCY(9, 3, -1, 2.51, 0, 6, *this));
223 addSpec(new ACYCLIC(12, -1, -1, 2.0, 0, 6, *this));
H A Dmultiperspective_perceptron_tage_8KB.cc185 addSpec(new BLURRYPATH(5, 15, -1, 2.25, 0, 6, *this));
186 addSpec(new RECENCYPOS(31, 3.5, 0, 6, *this));
187 addSpec(new GHISTMODPATH(3, 7, 1, 2.24, 0, 6, *this));
188 addSpec(new IMLI(1, 2.23, 0, 6, *this));
189 addSpec(new IMLI(4, 1.98, 0, 6, *this));
H A Dmultiperspective_perceptron.hh476 void addSpec(HistorySpec *spec) function in class:MultiperspectivePerceptron

Completed in 7 milliseconds