Searched refs:sc_dt (Results 176 - 200 of 300) sorted by relevance

1234567891011>>

/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum_observer.hh52 namespace sc_dt namespace
173 } // namespace sc_dt
H A Dsc_fxval_observer.hh52 namespace sc_dt namespace
176 } // namespace sc_dt
H A Dsc_fxval.hh68 namespace sc_dt namespace
747 return sc_fxval(sc_dt::neg_scfx_rep(*m_rep));
763 c.m_rep = sc_dt::neg_scfx_rep(*a.m_rep);
774 return sc_fxval(sc_dt::fnc ## _scfx_rep(*a.m_rep, *tmp.m_rep)); \
783 return sc_fxval(sc_dt::fnc ## _scfx_rep(*tmp.m_rep, *b.m_rep)); \
800 return sc_fxval(sc_dt::fnc ## _scfx_rep( *a.m_rep, *b.m_rep)); \
823 return sc_fxval(sc_dt::div_scfx_rep(*a.m_rep, *b.m_rep));
851 return sc_fxval(sc_dt::lsh_scfx_rep(*a.m_rep, b));
858 return sc_fxval(sc_dt::rsh_scfx_rep(*a.m_rep, b));
869 c.m_rep = sc_dt
[all...]
H A Dsc_fxnum.hh79 namespace sc_dt namespace
2258 return sc_fxval(sc_dt::neg_scfx_rep(*m_rep));
2273 c.set_rep(sc_dt::neg_scfx_rep(*a.m_rep));
2281 c.m_rep = sc_dt::neg_scfx_rep(*a.m_rep);
2293 return sc_fxval(sc_dt::fnc ## _scfx_rep(*a.m_rep, *tmp.get_rep())); \
2301 return sc_fxval(sc_dt::fnc ## _scfx_rep(*tmp.get_rep(), *b.m_rep)); \
2322 return sc_fxval(sc_dt::fnc ## _scfx_rep(*a.m_rep, *b.m_rep)); \
2329 return sc_fxval(sc_dt::fnc ## _scfx_rep(*a.m_rep, *b.get_rep())); \
2336 return sc_fxval(sc_dt::fnc ## _scfx_rep(*a.get_rep(), *b.m_rep)); \
2360 return sc_fxval(sc_dt
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/stepwise_simulation/
H A Dstepwise_simulation.cpp80 sc_dt::uint64 delta = sc_delta_count();
/gem5/src/systemc/tests/systemc/compliance_1666/test203b/
H A Dtest203b.cpp5 using namespace sc_dt;
/gem5/src/systemc/tests/systemc/compliance_1666/test234/
H A Dtest234.cpp3 using namespace sc_dt;
/gem5/src/systemc/tests/systemc/compliance_1666/test235b/
H A Dtest235b.cpp3 using namespace sc_dt;
/gem5/src/systemc/tests/systemc/datatypes/misc/test03/
H A Dtest03.cpp65 sc_dt::sc_without_context foo;
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.cc186 sc_dt::uint64 start = trans.get_address();
187 sc_dt::uint64 end = start + trans.get_data_length();
446 sc_dt::uint64 start_range, sc_dt::uint64 end_range)
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h176 sc_dt::uint64 address; // used by generic, word
177 sc_dt::uint64 new_address; // used by generic
315 sc_dt::uint64 orig_start_address, sc_dt::uint64 new_start_address, int be_length,
321 sc_dt::uint64 ie_addr = orig_start_address;
368 sc_dt::uint64 new_address = (txn->get_address() & ~(sizeof_databus - 1));
369 sc_dt::uint64 end_address = ((txn->get_address() + s_width - 1)
535 sc_dt::uint64 b_mask = sizeof_databus - 1;
568 sc_dt::uint64 b_mask = sizeof_databus - 1;
570 sc_dt
[all...]
H A Dtlm_gp.h306 typedef sc_dt::uint64* u;
384 sc_dt::uint64 get_address() const {return m_address;}
385 void set_address(const sc_dt::uint64 address) {m_address = address;}
472 sc_dt::uint64 m_address;
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A DSimpleLTInitiator_ext.h169 sc_dt::uint64 tmp = trans.get_address() - mDMIData.get_start_address();
259 void invalidate_direct_mem_ptr(sc_dt::uint64 start_range,
260 sc_dt::uint64 end_range)
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTInitiator_ext.h169 sc_dt::uint64 tmp = trans.get_address() - mDMIData.get_start_address();
259 void invalidate_direct_mem_ptr(sc_dt::uint64 start_range,
260 sc_dt::uint64 end_range)
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h77 namespace sc_dt namespace
887 return sc_fxval( sc_dt::neg_scfx_rep( *m_rep ) );
907 c.m_rep = sc_dt::neg_scfx_rep( *a.m_rep );
921 return sc_fxval( sc_dt::fnc ## _scfx_rep( *a.m_rep, *tmp.m_rep ) ); \
930 return sc_fxval( sc_dt::fnc ## _scfx_rep( *tmp.m_rep, *b.m_rep ) ); \
952 return sc_fxval( sc_dt::fnc ## _scfx_rep( *a.m_rep, *b.m_rep ) ); \
976 return sc_fxval( sc_dt::div_scfx_rep( *a.m_rep, *b.m_rep ) );
1007 return sc_fxval( sc_dt::lsh_scfx_rep( *a.m_rep, b ) );
1015 return sc_fxval( sc_dt::rsh_scfx_rep( *a.m_rep, b ) );
1029 c.m_rep = sc_dt
[all...]
H A Dsc_fxnum.h77 namespace sc_dt namespace
2673 return sc_fxval( sc_dt::neg_scfx_rep( *m_rep ) );
2692 c.set_rep( sc_dt::neg_scfx_rep( *a.m_rep ) );
2701 c.m_rep = sc_dt::neg_scfx_rep( *a.m_rep );
2716 return sc_fxval( sc_dt::fnc ## _scfx_rep( *a.m_rep, *tmp.get_rep() ) ); \
2725 return sc_fxval( sc_dt::fnc ## _scfx_rep( *tmp.get_rep(), *b.m_rep ) ); \
2747 return sc_fxval( sc_dt::fnc ## _scfx_rep( *a.m_rep, *b.m_rep ) ); \
2755 return sc_fxval( sc_dt::fnc ## _scfx_rep( *a.m_rep, *b.get_rep() ) ); \
2763 return sc_fxval( sc_dt::fnc ## _scfx_rep( *a.get_rep(), *b.m_rep ) ); \
2788 return sc_fxval( sc_dt
[all...]
H A Dsc_fxdefs.h56 namespace sc_dt namespace
303 } // namespace sc_dt
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp45 using sc_dt::sc_abs;
46 using sc_dt::sc_max;
47 using sc_dt::sc_min;
48 using sc_dt::sc_int;
49 using sc_dt::sc_bigint;
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_socket_bases.h148 #define TLM_FULL_ARG_LIST sc_dt::uint64 l, sc_dt::uint64 u
224 dmi_data.set_end_address((sc_dt::uint64)-1);
321 invalidate_direct_mem_ptr(sc_dt::uint64 l, sc_dt::uint64 u)
H A Dsimple_target_socket.h124 bw_invalidate_direct_mem_ptr(sc_dt::uint64 s, sc_dt::uint64 e)
167 invalidate_direct_mem_ptr(sc_dt::uint64 s, sc_dt::uint64 e)
377 dmi_data.set_end_address((sc_dt::uint64)-1);
707 bw_invalidate_direct_mem_ptr(sc_dt::uint64 s, sc_dt::uint64 e)
748 invalidate_direct_mem_ptr(sc_dt::uint64 s, sc_dt::uint64 e)
974 dmi_data.set_end_address((sc_dt
[all...]
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h125 void bw_invalidate_direct_mem_ptr(sc_dt::uint64 s,sc_dt::uint64 e)
170 void invalidate_direct_mem_ptr(sc_dt::uint64 s,sc_dt::uint64 e)
375 dmi_data.set_end_address((sc_dt::uint64)-1);
656 void bw_invalidate_direct_mem_ptr(sc_dt::uint64 s,sc_dt::uint64 e)
701 void invalidate_direct_mem_ptr(sc_dt::uint64 s,sc_dt::uint64 e)
920 dmi_data.set_end_address((sc_dt
[all...]
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_lv_base.cpp55 namespace sc_dt namespace
173 } // namespace sc_dt
/gem5/src/systemc/core/
H A Dsc_main.cc137 sc_dt::uint64
/gem5/src/systemc/dt/bit/
H A Dsc_lv_base.cc57 namespace sc_dt namespace
182 } // namespace sc_dt
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bv.hh52 namespace sc_dt namespace
206 } // namespace sc_dt

Completed in 62 milliseconds

1234567891011>>