Searched refs:sti (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/stars/star110089/
H A Dstar110089.cpp369 sti();
374 sti();
/gem5/src/systemc/tests/systemc/tracing/wif_trace/mixed/
H A Dmixed.cpp119 stim sti("sti", clk, a, b);
/gem5/src/arch/riscv/
H A Dinterrupts.hh82 mask.sei = mask.sti = mask.ssi = 1;
H A Dregisters.hh642 Bitfield<5> sti; member in namespace:RiscvISA
/gem5/src/base/
H A Dcp_annotate.hh334 int sti, smi;
347 sti = stCache[smi-1][s];
348 if (sti == 0)
349 stCache[smi-1][s] = sti = ++numSt[smi-1];
350 return sti;
H A Dcp_annotate.cc245 int sti = getSt(sm, st); local
246 lastState[smi] = sti;
247 add(OP_BEGIN, FL_NONE, tc->contextId(), smi, sti);
384 int sti = getSt(smMap[smi-1].second.first, st); local
385 if (lastState[smi] != sti) {
386 lastState[smi] = sti;
387 add(OP_BEGIN, flags, cpuid, smi, sti);
416 int sti = getSt(smMap[smi-1].second.first, st); local
417 lastState[smi] = sti;
418 add(OP_BEGIN, FL_NONE, tc->contextId(), smi, sti);
1339 int sti; local
[all...]

Completed in 17 milliseconds