Searched refs:top (Results 101 - 119 of 119) sorted by relevance

12345

/gem5/src/systemc/tests/systemc/compliance_1666/test209/
H A Dtest209.cpp131 Top top("top");
/gem5/src/systemc/tests/systemc/compliance_1666/test233/
H A Dtest233.cpp24 sc_assert(strcmp(h.name(), "top.m.T1") == 0);
36 sc_assert(strcmp(h.name(), "top.m.M1") == 0);
51 sc_assert(strcmp(h.name(), "top.m.T2") == 0);
63 sc_assert(strcmp(h.name(), "top.m.M2") == 0);
77 sc_assert(strcmp(h.name(), "top.m.T1") == 0);
90 sc_assert(strcmp(h.name(), "top.m.M1") == 0);
103 sc_assert(strcmp(h.name(), "top.m.T2") == 0);
116 sc_assert(strcmp(h.name(), "top.m.M2") == 0);
139 Top top("top");
[all...]
/gem5/src/systemc/tests/systemc/compliance_1666/test208/
H A Dtest208.cpp62 sc_assert (strcmp(children[0]->name(), "top.m.T.obj") == 0);
102 sc_assert (strcmp(children[0]->name(), "top.m.T.dynamic_proc.obj") == 0);
148 sc_assert (strcmp(children[0]->name(), "top.m.T.dynamic_proc.dynamic_proc2.obj") == 0);
204 sc_assert (strcmp(children[0]->name(), "top.clk") == 0);
205 sc_assert (strcmp(children[1]->name(), "top.p") == 0);
206 sc_assert (strcmp(children[2]->name(), "top.xp") == 0);
207 sc_assert (strcmp(children[3]->name(), "top.sig") == 0);
208 sc_assert (strcmp(children[4]->name(), "top.m") == 0);
209 sc_assert (strcmp(children[5]->name(), "top.p1") == 0);
210 sc_assert (strcmp(children[6]->name(), "top
[all...]
/gem5/src/arch/x86/
H A Disa.cc147 RegVal top = regVal[MISCREG_X87_TOP]; local
148 return insertBits(fsw, 13, 11, top);
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc262 const unsigned top((fpu.fsw >> 11) & 0x7);
265 inform("\tfsw: 0x%x (top: %i, "
267 fpu.fsw, top,
291 const unsigned reg_idx((i + top) & 0x7);
837 const unsigned top((fpu.fsw >> 11) & 0x7);
839 const unsigned reg_idx((i + top) & 0x7);
1046 const unsigned top((fpu.fsw >> 11) & 0x7);
1049 const unsigned reg_idx((i + top) & 0x7);
1058 tc->setMiscRegNoEffect(MISCREG_X87_TOP, top);
/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh707 queue_entry.oldestInst = readyInsts[op_class].top()->seqNum;
740 queue_entry.oldestInst = readyInsts[op_class].top()->seqNum;
772 // lists. Checking the top item of each list to see if it's squashed
796 // If successful, change the oldestInst to the new top of the list, put
810 DynInstPtr issuing_inst = readyInsts[op_class].top();
1095 } else if (readyInsts[op_class].top()->seqNum <
1482 } else if (readyInsts[op_class].top()->seqNum <
H A Dfetch_impl.hh1539 ThreadID high_pri = threadMap[PQ.top()];
1576 ThreadID high_pri = threadMap[PQ.top()];
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s175 # the top of their stacks; manufactured stacks have a pointer to qt_start$TXT
176 # on the top of their stacks. With this setup, starting threads
256 # off the top of the stack.
/gem5/src/systemc/core/
H A Dobject.cc142 // Promote all children to be top level objects.
315 return objParentStack.top();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp307 Top top("top");
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp42 sc_assert(s1.substr(0,7) == "top.m.T");
47 sc_assert(s2.substr(0,7) == "top.m.T");
52 sc_assert(s3.substr(0,7) == "top.m.T");
159 sc_assert(strcmp(rpt.get_process_name(), "top.m.R") == 0);
189 Top top("top");
/gem5/src/systemc/tests/tlm/update_original/
H A Dupdate_original.cpp266 Top top("top");
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp71 sc_assert(strcmp(h2.name(), "top.m.T") == 0);
87 sc_assert(strcmp(h3.name(), "top.m.T.dyn_thread") == 0);
117 sc_assert(strcmp(h3.name(), "top.m.stat_thread") == 0);
141 sc_assert(strcmp(h3.name(), "top.m.stat_method") == 0);
165 sc_assert(strcmp(h3.name(), "top.m.T.dyn_thread") == 0);
187 sc_assert(strcmp(h3.name(), "top.m.T.dyn_method") == 0);
209 sc_assert(strcmp(h2.name(), "top.m.CT") == 0);
228 sc_assert(strcmp(h2.name(), "top.m.ME") == 0);
260 Top top("top");
[all...]
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp372 Top top("top");
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp85 sc_assert(std::string(name()).substr(0,17) == "top.m_dest.object");
191 sc_assert(std::string(rpt.get_process_name()) == "top.m.T");
208 sc_assert(std::string(rpt->get_process_name()) == "top.m.T");
376 Top top("top");
/gem5/src/cpu/pred/
H A Dbpred_unit.cc224 TheISA::PCState rasTop = RAS[tid].top();
227 // Record the top entry of the RAS, and its index.
244 // Record that it was a call so that the top RAS entry can
380 " Restoring top of RAS to: %i,"
520 "[tid:%i] [squash sn:%llu] Restoring top of RAS "
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp467 // | additions to the hierarchy. It will be the top of the object hierarchy
985 m_timed_events->top()->notify_time() == t );
1362 sc_event_timed* et = m_timed_events->top();
/gem5/src/base/stats/
H A Dtext.cc174 return csprintf("%s.%s", path.top(), name);
183 path.push(csprintf("%s.%s", path.top(), name));
/gem5/src/arch/
H A Disa_parser.py1512 def top(self): member in class:Stack
1631 # into other top-level files. These are the files that need special
1648 # #include'ing them into some very short top-level .cc/.hh files.
2238 # no default specified: reuse the one currently at the top of
2240 self.defaultStack.push(self.defaultStack.top())
2372 currentFormat = self.formatStack.top()

Completed in 54 milliseconds

12345