Searched refs:read (Results 276 - 300 of 686) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/misc/gnats/pr-47_3/
H A Dpr-47_3.cpp76 c = a.read() && b.read();
/gem5/src/systemc/tests/systemc/misc/gnats/pr213/
H A Dpr213.cpp76 } while (a.read() && b.read());
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dop_queue.cpp58 queue[tail] = in.read();
67 to_pop = pop.read();
/gem5/src/systemc/tests/systemc/misc/synth/add_chain/
H A Ddisplay.h83 << data.read()
84 << " is " << sum.read().to_uint()
/gem5/src/dev/arm/
H A Da9scu.hh68 * Handle a read to the device
72 virtual Tick read(PacketPtr pkt);
H A Damba_fake.hh68 virtual Tick read(PacketPtr pkt);
/gem5/src/dev/
H A Dbaddev.hh71 virtual Tick read(PacketPtr pkt);
H A Disa_fake.hh74 * This read always returns -1.
78 virtual Tick read(PacketPtr pkt);
H A Dbaddev.cc51 BadDevice::read(PacketPtr pkt) function in class:BadDevice
/gem5/ext/ply/example/yply/
H A Dyply.py45 yacc.parse(open(filename).read())
/gem5/src/dev/i2c/
H A Ddevice.hh74 virtual uint8_t read() = 0;
/gem5/src/dev/storage/
H A Dsimple_disk.hh61 void read(Addr addr, baddr_t block, int count) const;
/gem5/src/arch/sparc/
H A Dnativetrace.cc66 read(&realRegVal, sizeof(realRegVal));
73 read(&realRegVal, sizeof(realRegVal));
79 read(&realRegVal, sizeof(realRegVal));
85 read(&realRegVal, sizeof(realRegVal));
/gem5/src/systemc/ext/channel/
H A Dsc_inout_rv.hh69 (*this)->write(i.read());
75 (*this)->write(p->read());
81 (*this)->write(p->read());
87 (*this)->write(p->read());
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test01/
H A Dtest01.cpp56 cout << " all[0] = " << m_all[0]->read() << endl;
57 cout << " all[1] = " << m_all[1]->read() << endl;
58 cout << " one = " << m_one->read() << endl;
60 cout << " none = " << m_none->read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test02/
H A Dtest02.cpp56 cout << " all[0] = " << m_all[0]->read() << endl;
57 cout << " all[1] = " << m_all[1]->read() << endl;
58 cout << " one = " << m_one->read() << endl;
60 cout << " none = " << m_none->read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test03/
H A Dtest03.cpp56 cout << " all[0] = " << m_all[0]->read() << endl;
57 cout << " all[1] = " << m_all[1]->read() << endl;
58 cout << " one = " << m_one->read() << endl;
60 cout << " none = " << m_none->read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test04/
H A Dtest04.cpp56 cout << " all[0] = " << m_all[0]->read() << endl;
57 cout << " all[1] = " << m_all[1]->read() << endl;
58 cout << " one = " << m_one->read() << endl;
60 cout << " none = " << m_none->read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test05/
H A Dtest05.cpp73 cout << "m_all_bound_4[0] = " << m_all_bound_4[0]->read() << endl;
74 cout << "m_all_bound_4[1] = " << m_all_bound_4[1]->read() << endl;
75 cout << "m_all_bound_4[2] = " << m_all_bound_4[2]->read() << endl;
76 cout << "m_all_bound_4[3] = " << m_all_bound_4[3]->read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved_port/test02/
H A Dtest02.cpp65 cout<<in_out1->read()<<" ";
67 cout<<in_out2->read()<<" ";
69 cout<<in_out3->read()<<" ";
71 cout<<in_out4->read()<<endl;
/gem5/src/systemc/tests/systemc/kernel/sc_start/sc_start_0/test1/
H A Dtest1.cpp53 tweak.read() << endl;
62 tweak.read() << endl;
73 tweak.read() << endl; \
77 tweak.read() << endl; \
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/balancing/
H A Dbalancing.cpp52 if (reset.read() == true) {
71 tmp1 = in_value1.read();
101 tmp2 = in_value2.read();
135 tmp3 = in_value3.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/fsm/
H A Dfsm.cpp52 if (reset.read() == true) {
69 tmp1 = in_value1.read();
104 tmp2 = in_value2.read();
142 tmp3 = in_value3.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/balancing/
H A Dbalancing.cpp50 if (reset.read() == true) {
67 tmp1 = in_value1.read();
95 tmp2 = in_value2.read();
120 tmp3 = in_value3.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/fsm/
H A Dfsm.cpp50 if (reset.read() == true) {
68 tmp1 = in_value1.read();
96 tmp2 = in_value2.read();
123 tmp3 = in_value3.read();

Completed in 22 milliseconds

<<11121314151617181920>>