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

/gem5/src/mem/slicc/generate/
H A Ddot.py30 def printDotty(sm, code):
31 code('digraph ${{sm.getIdent()}} {')
33 for t in sm.transitions:
H A Dtex.py34 def printTexTable(sm, code):
41 \begin{tabular}{|l||$<<"l" * len(sm.events)>>|} \hline
44 for event in sm.events:
48 for state in sm.states:
50 for event in sm.events:
52 trans = sm.get_transition(state, event)
/gem5/ext/pybind11/tests/
H A Dtest_numpy_array.cpp112 sm.def(#name, [](type a) { return name(a); }); \
113 sm.def(#name, [](type a, int i) { return name(a, i); }); \
114 sm.def(#name, [](type a, int i, int j) { return name(a, i, j); }); \
115 sm.def(#name, [](type a, int i, int j, int k) { return name(a, i, j, k); });
135 TEST_SUBMODULE(numpy_array, sm) {
140 py::class_<DtypeCheck>(sm, "DtypeCheck")
147 sm.def("get_concrete_dtype_checks", &get_concrete_dtype_checks);
149 py::class_<DtypeSizeCheck>(sm, "DtypeSizeCheck")
157 sm.def("get_platform_dtype_size_checks", &get_platform_dtype_size_checks);
160 sm
[all...]
H A Dtest_sequences_and_iterators.py104 sm = m.StringMap({'hi': 'bye', 'black': 'white'})
105 assert sm['hi'] == 'bye'
106 assert len(sm) == 2
107 assert sm['black'] == 'white'
110 assert sm['orange']
111 sm['orange'] = 'banana'
112 assert sm['orange'] == 'banana'
115 for k in sm:
116 assert sm[k] == expected[k]
117 for k, v in sm
[all...]
/gem5/include/gem5/
H A Dm5ops.h71 void m5a_bsm(char *sm, const void *id, int flags);
72 void m5a_esm(char *sm);
77 void m5a_wf(const void *id, char *q, char *sm, int count);
78 void m5a_we(const void *id, char *q, char *sm, int count);
79 void m5a_ws(const void *id, char *q, char *sm);
83 void m5a_l(char *lsm, const void *id, char *sm);
/gem5/src/base/
H A Dcp_annotate.hh104 void hwBegin(flags f, System *sys, uint64_t frame, std::string sm, argument
106 void hwQ(flags f, System *sys, uint64_t frame, std::string sm, argument
109 void hwDq(flags f, System *sys, uint64_t frame, std::string sm, argument
112 void hwPq(flags f, System *sys, uint64_t frame, std::string sm, argument
115 void hwRq(flags f, System *sys, uint64_t frame, std::string sm, argument
118 void hwWf(flags f, System *sys, uint64_t frame, std::string sm, argument
121 void hwWe(flags f, System *sys, uint64_t frame, std::string sm, argument
198 uint16_t sm; member in struct:CPA::AnnotateData
242 // Convert sm and queue name,id into queue id
247 // Hold mapping of sm an
[all...]
H A Dcp_annotate.cc168 char sm[50]; local
173 tc->getVirtProxy().readString(sm, args[0], 50);
177 if (!sm[0])
181 int smi = getSm(sysi, sm, args[1]);
182 DPRINTF(Annotate, "Starting machine: %s(%d) sysi: %d id: %#x\n", sm,
197 prev_smi, sm, smi, args[1]);
208 sm, smi, args[1]);
224 Id id = Id(sm, frame);
232 an->sm, sm, sm
258 char sm[50]; local
265 doSwSmEnd(System *sys, int cpuid, string sm, uint64_t frame) argument
570 char sm[50]; local
598 char sm[50]; local
740 char sm[50]; local
817 char sm[50]; local
824 add(int t, int f, int c, int sm, int stq, int32_t d) argument
980 doQ(System *sys, int flags, int cpuid, int sm, string q, int qi, int count) argument
1001 doDq(System *sys, int flags, int cpuid, int sm, string q, int qi, int count) argument
[all...]
/gem5/src/dev/net/
H A Di8254xGBe.hh177 void anBegin(std::string sm, std::string st, int flags = CPA::FL_NONE) { argument
179 cpa->hwBegin((CPA::flags)flags, sys, macAddr, sm, st);
182 void anQ(std::string sm, std::string q) { argument
184 cpa->hwQ(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
187 void anDq(std::string sm, std::string q) { argument
189 cpa->hwDq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
192 void anPq(std::string sm, std::string q, int num = 1) { argument
194 cpa->hwPq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num);
197 void anRq(std::string sm, std::string q, int num = 1) { argument
199 cpa->hwRq(CPA::FL_NONE, sys, macAddr, sm,
202 anWe(std::string sm, std::string q) argument
207 anWf(std::string sm, std::string q) argument
[all...]
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_64KB.cc49 sm(p->sm),
54 initGEHLTable(snb, sm, sgehl, logSnb, ws, -1);
103 sm, sgehl, snb, logSnb, ws);
126 sm, sgehl, snb, logSnb, ws, bi);
183 bits += numEntriesSecondLocalHistories * sm[0];
H A Dmultiperspective_perceptron_tage_64KB.hh53 std::vector<int> sm; member in class:MPP_StatisticalCorrector_64KB
H A Dtage_sc_l_64KB.cc54 sm(p->sm),
63 initGEHLTable(snb, sm, sgehl, logSnb, ws, 7);
111 branch_pc, sh->getLocalHistory(2, branch_pc), sm,
180 gUpdate(pc, taken, sh->getLocalHistory(2, pc), sm,
H A Dtage_sc_l_64KB.hh84 std::vector<int> sm; member in class:TAGE_SC_L_64KB_StatisticalCorrector
H A DBranchPredictor.py414 sm = VectorParam.Int([16, 11, 6], "Second local history GEHL lengths") variable in class:TAGE_SC_L_64KB_StatisticalCorrector
684 sm = VectorParam.Int([16, 11, 6, 3], "Second local history GEHL lengths") variable in class:MPP_StatisticalCorrector_64KB
/gem5/src/arch/mips/
H A Dpra_constants.hh272 Bitfield<1> sm; member in namespace:MipsISA
H A Disa.cc253 cfg3.sm = cp.CP0_Config3_SM;
/gem5/src/arch/riscv/
H A Dpra_constants.hh272 Bitfield<1> sm; member in namespace:RiscvISA

Completed in 31 milliseconds