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

/gem5/ext/fputils/tests/
H A DMakefile.am5 LIBS=-lm $(top_builddir)/.libs/libfputils.la libtest.a
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_8KB.cc92 lm, lgehl, lnb, logLnb, wl);
114 lm, lgehl, lnb, logLnb, wl, bi);
160 bits += numEntriesFirstLocalHistories * lm[0];
H A Dmultiperspective_perceptron_tage_64KB.cc93 lm, lgehl, lnb, logLnb, wl);
123 lm, lgehl, lnb, logLnb, wl, bi);
178 bits += numEntriesFirstLocalHistories * lm[0];
H A DBranchPredictor.py343 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 Dstatistical_corrector.cc58 lm(p->lm),
72 initGEHLTable(lnb, lm, lgehl, logLnb, wl, p->lWeightInitValue);
H A Dtage_sc_l_64KB.cc107 branch_pc, sh->getLocalHistory(1, branch_pc), lm,
177 gUpdate(pc, taken, sh->getLocalHistory(1, pc), lm,
H A Dtage_sc_l_8KB.cc87 branch_pc, sh->getLocalHistory(1, branch_pc), lm,
130 gUpdate(pc, taken, sh->getLocalHistory(1, pc), lm, lgehl, lnb, logLnb, wl,
H A Dstatistical_corrector.hh151 std::vector<int> lm; member in class:StatisticalCorrector
/gem5/ext/mcpat/cacti/
H A Dcacti.mk12 INCS = -lm
/gem5/ext/mcpat/
H A Dmcpat.mk12 INCS = -lm
/gem5/configs/common/
H A DHMC.py401 lm = [CommMonitor() for i in range(opt.num_links_controllers)]
402 system.hmc_dev.lmonitor = lm

Completed in 21 milliseconds