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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc175 int totalbits = extrabits; local
177 totalbits += imli_bits;
179 totalbits += ghist_length;
181 totalbits += path_length * 16;
183 totalbits += (threshold >= 0) ? (tunebits * specs.size()) : 0;
185 totalbits += len;
189 totalbits += 16 * len;
192 totalbits += doing_local ? (nlocal_histories * local_history_length) : 0;
193 totalbits += doing_recency ? (assoc * 16) : 0;
197 totalbits
[all...]

Completed in 5 milliseconds