/gem5/ext/fputils/tests/ |
H A D | Makefile.am | 5 LIBS=-lm $(top_builddir)/.libs/libfputils.la libtest.a
|
/gem5/src/cpu/pred/ |
H A D | multiperspective_perceptron_tage_8KB.cc | 92 lm, lgehl, lnb, logLnb, wl); 114 lm, lgehl, lnb, logLnb, wl, bi); 160 bits += numEntriesFirstLocalHistories * lm[0];
|
H A D | multiperspective_perceptron_tage_64KB.cc | 93 lm, lgehl, lnb, logLnb, wl); 123 lm, lgehl, lnb, logLnb, wl, bi); 178 bits += numEntriesFirstLocalHistories * lm[0];
|
H A D | BranchPredictor.py | 343 lm = VectorParam.Int("First local history GEHL lengths") variable in class:StatisticalCorrector 442 lm = [11, 6, 3] variable in class:TAGE_SC_L_64KB_StatisticalCorrector 468 lm = [6, 3] variable in class:TAGE_SC_L_8KB_StatisticalCorrector 641 lm = [11, 6, 3] variable in class:MPP_StatisticalCorrector 735 lm = [8, 3] variable in class:MPP_StatisticalCorrector_8KB
|
H A D | statistical_corrector.cc | 58 lm(p->lm), 72 initGEHLTable(lnb, lm, lgehl, logLnb, wl, p->lWeightInitValue);
|
H A D | tage_sc_l_64KB.cc | 107 branch_pc, sh->getLocalHistory(1, branch_pc), lm, 177 gUpdate(pc, taken, sh->getLocalHistory(1, pc), lm,
|
H A D | tage_sc_l_8KB.cc | 87 branch_pc, sh->getLocalHistory(1, branch_pc), lm, 130 gUpdate(pc, taken, sh->getLocalHistory(1, pc), lm, lgehl, lnb, logLnb, wl,
|
H A D | statistical_corrector.hh | 151 std::vector<int> lm; member in class:StatisticalCorrector
|
/gem5/ext/mcpat/cacti/ |
H A D | cacti.mk | 12 INCS = -lm
|
/gem5/ext/mcpat/ |
H A D | mcpat.mk | 12 INCS = -lm
|
/gem5/configs/common/ |
H A D | HMC.py | 401 lm = [CommMonitor() for i in range(opt.num_links_controllers)] 402 system.hmc_dev.lmonitor = lm
|