Searched refs:medConf (Results 1 - 4 of 4) sorted by relevance
/gem5/src/cpu/pred/ | ||
H A D | tage_sc_l.hh | 69 bool medConf; member in struct:TAGE_SC_L_TAGE::BranchInfo 71 lowConf(false), highConf(false), altConf(false), medConf(false) |
H A D | statistical_corrector.hh | 192 medConf(false), scPred(false), lsum(0), thres(0), 201 bool medConf; member in struct:StatisticalCorrector::BranchInfo |
H A D | tage_sc_l.cc | 351 bi->medConf = false; 389 bi->scBranchInfo->medConf = tage_scl_bi->medConf; |
H A D | statistical_corrector.cc | 236 bi->medConf = (abs(2 * conf_ctr + 1) == 5); 270 if (bi->medConf) { 334 if (bi->medConf) { |
Completed in 10 milliseconds