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

/gem5/configs/boot/
H A Dbzip.rcS3 cd /benchmarks/spec/bzip200/
5 /benchmarks/spec/bzip200/bzip2 lgred.graphic 1
H A Dart.rcS3 #/benchmarks/spec/art00/art -scanfile c756hel.in -trainfile1 a10.img -stride 2 -startx 134 -starty 220 -endx 184 -endy 240 -objects 3
4 cd /benchmarks/spec/art00/
6 /benchmarks/spec/art00/art -scanfile c756hel.in -trainfile1 a10.img -stride 5 -startx 134 -starty 220 -endx 184 -endy 240 -objects 1
H A Dequake.rcS3 cd /benchmarks/spec/equake00/
11 /benchmarks/spec/equake00/equake < lgred.in
H A Dmcf.rcS3 cd /benchmarks/spec/mcf00/
11 /benchmarks/spec/mcf00/mcf mdred.in
H A Dmesa.rcS3 cd /benchmarks/spec/mesa00/
11 /benchmarks/spec/mesa00/mesa -frames 1 -meshfile lgred.in
H A Dgzip.rcS3 cd /benchmarks/spec/gzip00/
H A Dammp.rcS3 cd /benchmarks/spec/ammp00/
H A Dgcc.rcS3 cd /benchmarks/spec/gcc00/
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc144 for (auto &spec : specs) {
146 table_sizes.push_back(spec->size);
150 for (auto &spec : specs) {
151 spec->setBitRequirements();
273 const HistorySpec &spec, int index) const
275 unsigned int g = spec.getHash(tid, bi.getPC(), bi.getPC2(), index);
332 HistorySpec const &spec = *specs[i]; local
334 unsigned int hashed_idx = getIndex(tid, bi, spec, i);
341 int weight = spec.coeff * ((spec
272 getIndex(ThreadID tid, const MPPBranchInfo &bi, const HistorySpec &spec, int index) const argument
419 HistorySpec const &spec = *specs[i]; local
467 HistorySpec const &spec = *specs[i]; local
502 HistorySpec const &spec = *specs[i]; local
520 HistorySpec const &spec = *specs[i]; local
[all...]
H A Dmultiperspective_perceptron_tage.hh215 const HistorySpec &spec, int index) const;
H A Dmultiperspective_perceptron_tage.cc412 const HistorySpec &spec, int index) const
415 unsigned int g = spec.getHash(tid, bi.getPC(), bi.getPC() >> 2, index);
411 getIndex(ThreadID tid, MPPTAGEBranchInfo &bi, const HistorySpec &spec, int index) const argument
H A Dmultiperspective_perceptron.hh433 * @param spec predictor table
438 const HistorySpec &spec, int index) const;
475 /** Add a table spec to the prefetcher */
476 void addSpec(HistorySpec *spec) argument
478 specs.push_back(spec);
/gem5/ext/googletest/googlemock/
H A DMakefile.am38 include/gmock/gmock-spec-builders.h \
65 TESTS += test/gmock-spec-builders_test
66 check_PROGRAMS += test/gmock-spec-builders_test
67 test_gmock_spec_builders_test_SOURCES = test/gmock-spec-builders_test.cc
98 src/gmock-spec-builders.cc \
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h251 // Where in the source file was the default action spec defined?
283 // This template class implements an ON_CALL spec.
697 // Where in the source file was the expectation spec defined?
701 // Returns the cardinality specified in the expectation spec.
758 // Sets the cardinality of this expectation spec.
844 // This group of fields are part of the spec and won't change after
1253 // that the spec is associated with.
1257 // Adds a new default action spec to the function mocker and returns
1258 // the newly created spec.
1266 // Adds a new expectation spec t
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h514 auto spec = field.cast<tuple>(); local
515 auto name = spec[0].cast<pybind11::str>();
516 auto format = spec[1].cast<tuple>()[0].cast<dtype>();
517 auto offset = spec[1].cast<tuple>()[1].cast<pybind11::int_>();

Completed in 27 milliseconds