Searched refs:push_back (Results 1 - 25 of 364) sorted by relevance

1234567891011>>

/gem5/src/dev/ps2/
H A Dtypes.cc95 keys.push_back(ShiftKey);
98 keys.push_back(code);
101 keys.push_back(BreakKey);
102 keys.push_back(ShiftKey);
105 keys.push_back(BreakKey);
106 keys.push_back(code);
113 keys.push_back(0x66);
116 keys.push_back(0x0d);
119 keys.push_back(0x5a);
122 keys.push_back(
[all...]
H A Ddevice.cc73 outBuffer.push_back(c);
100 inBuffer.push_back(c);
111 outBuffer.push_back(*(data++));
/gem5/ext/googletest/googletest/test/
H A Dgtest-listener_test.cc61 g_events->push_back(GetFullMethodName("OnTestProgramStart"));
69 g_events->push_back(message.GetString());
73 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart"));
77 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd"));
81 g_events->push_back(GetFullMethodName("OnTestCaseStart"));
85 g_events->push_back(GetFullMethodName("OnTestStart"));
89 g_events->push_back(GetFullMethodName("OnTestPartResult"));
93 g_events->push_back(GetFullMethodName("OnTestEnd"));
97 g_events->push_back(GetFullMethodName("OnTestCaseEnd"));
101 g_events->push_back(GetFullMethodNam
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h86 void push_back( sc_event const & e) const function in class:sc_core::sc_event_expr
89 m_expr->push_back(e);
92 void push_back( type const & el) const function in class:sc_core::sc_event_expr
95 m_expr->push_back(el);
135 void push_back( const sc_event& );
136 void push_back( const sc_event_list& );
438 m_methods_static.push_back( method_h );
445 m_threads_static.push_back( thread_h );
452 m_methods_dynamic.push_back( method_h );
459 m_threads_dynamic.push_back( thread_
[all...]
H A Dsc_spawn_options.h83 { m_sensitive_events.push_back(event); }
86 { m_sensitive_port_bases.push_back(port_base); }
89 { m_sensitive_interfaces.push_back(interface_p); }
92 { m_sensitive_interfaces.push_back(export_base->get_interface()); }
95 { m_sensitive_event_finders.push_back(event_finder); }
/gem5/src/cpu/o3/probe/
H A Dsimple_trace.cc63 listeners.push_back(new DynInstListener(this, "Commit",
65 listeners.push_back(new DynInstListener(this, "Fetch",
/gem5/src/sim/
H A Dredirect_path.cc44 if (path[path.length()-1] != '/') path.push_back('/');
55 _hostPaths.push_back(normalizePath(hp));
H A Darguments.cc48 data.push_back(buf);
H A Dsub_system.hh70 powerProducers.push_back(pm);
/gem5/src/arch/hsail/
H A Dgpu_decoder.hh67 decodedInsts.push_back(decodedInst);
/gem5/util/tlm/src/
H A Dsc_mm.cc76 freePayloads.push_back(payload);
/gem5/src/mem/cache/prefetch/
H A Dtagged.cc54 addresses.push_back(AddrPriority(newAddr,0));
/gem5/src/systemc/tlm_bridge/
H A Dsc_mm.cc69 freePayloads.push_back(payload);
/gem5/src/base/
H A Dcircular_queue.test.cc77 cq.push_back(first_element);
82 cq.push_back(second_element);
101 cq.push_back(first_element);
105 cq.push_back(second_element);
136 cq.push_back(value);
160 cq.push_back(first_value);
161 cq.push_back(second_value);
180 cq.push_back(front_value);
181 cq.push_back(back_value);
198 cq.push_back(first_valu
[all...]
H A Dstr.cc83 v.push_back(s.substr(first));
89 v.push_back(s.substr(first, last - first));
102 v.push_back(s.substr(first));
/gem5/ext/pybind11/tests/
H A Dtest_opaque_types.py8 lst.push_back("Element 1")
9 lst.push_back("Element 2")
22 cvp.stringList.push_back("Element 3")
/gem5/src/gpu-compute/
H A Dscoreboard_check_stage.cc72 readyList.push_back(&computeUnit->readyList[unitId]);
76 waveStatusList.push_back(&computeUnit->waveStatusList[unitId]);
148 readyList[unitId]->push_back(curWave);
155 readyList[computeUnit->GlbMemUnitId()]->push_back(curWave);
158 readyList[computeUnit->ShrMemUnitId()]->push_back(curWave);
161 readyList[computeUnit->GlbMemUnitId()]->push_back(curWave);
164 readyList[computeUnit->GlbMemUnitId()]->push_back(curWave);
/gem5/src/systemc/tests/systemc/kernel/sc_attribute/test02/
H A Dtest02.cpp70 if(att_cltn.push_back(&a1) == true) {
75 if(att_cltn.push_back(&a3) == true) {
80 if(att_cltn.push_back(&a4) == true) {
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DextensionPool.h38 mine.push_back(unused->that);
43 mine.push_back(unused->that);
79 mine.push_back(e->that);
/gem5/ext/dsent/model/optical_graph/
H A DOpticalWavelength.cc79 current.detectors.push_back(detector_);
80 current.losses.push_back(loss_);
86 m_data_paths_->push_back(OpticalDataPath(laser_, modulator_, detector_, loss_));
128 detectors->push_back(current_laser_power);
/gem5/ext/mcpat/
H A Dsystem.cc72 children.push_back(new Core(childXML, currCore, &interface_ip));
75 children.push_back(new CacheUnit(childXML, &interface_ip));
79 children.push_back(new CacheController(childXML, &interface_ip));
81 children.push_back(new MemoryController(childXML, &interface_ip));
83 children.push_back(new FlashController(childXML, &interface_ip));
85 children.push_back(new NIUController(childXML, &interface_ip));
87 children.push_back(new PCIeController(childXML, &interface_ip));
94 children.push_back(new OnChipNetwork(childXML, currNOC,
101 children.push_back(new BusInterconnect(childXML, &interface_ip));
/gem5/src/sim/power/
H A Dthermal_model.cc270 eq_nodes.push_back(n);
282 domains.push_back(d);
283 entities.push_back(d);
286 references.push_back(r);
287 entities.push_back(r);
290 capacitors.push_back(c);
291 entities.push_back(c);
294 resistors.push_back(r);
295 entities.push_back(r);
/gem5/src/systemc/core/
H A Dsc_export.cc71 m->exports.push_back(this);
/gem5/tests/test-progs/pthread/src/
H A Dtest_std_mutex.cpp70 threads.push_back( std::thread( [&] {
/gem5/src/mem/ruby/profiler/
H A DProfiler.cc121 delayVCHistogram.push_back(new Stats::Histogram());
172 m_typeLatencyHistSeqr.push_back(new Stats::Histogram());
180 m_typeLatencyHistCoalsr.push_back(new Stats::Histogram());
188 m_hitTypeLatencyHistSeqr.push_back(new Stats::Histogram());
196 m_missTypeLatencyHistSeqr.push_back(new Stats::Histogram());
204 m_missTypeLatencyHistCoalsr.push_back(new Stats::Histogram());
214 m_hitMachLatencyHistSeqr.push_back(new Stats::Histogram());
222 m_missMachLatencyHistSeqr.push_back(new Stats::Histogram());
230 m_missMachLatencyHistCoalsr.push_back(new Stats::Histogram());
238 m_IssueToInitialDelayHistSeqr.push_back(ne
[all...]

Completed in 24 milliseconds

1234567891011>>