Searched refs:sc_fxnum_subref (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h83 class sc_fxnum_subref;
232 // CLASS : sc_fxnum_subref
238 class sc_fxnum_subref class in namespace:sc_dt
249 sc_fxnum_subref( sc_fxnum&, int, int );
255 sc_fxnum_subref( const sc_fxnum_subref& );
260 ~sc_fxnum_subref();
266 sc_fxnum_subref& operator = ( tp );
268 DECL_ASN_OP_T(const sc_fxnum_subref&)
289 sc_fxnum_subref
1864 sc_fxnum_subref::sc_fxnum_subref( sc_fxnum& num_, int from_, int to_ ) function in class:sc_dt::sc_fxnum_subref
1874 sc_fxnum_subref::sc_fxnum_subref( const sc_fxnum_subref& a ) function in class:sc_dt::sc_fxnum_subref
[all...]
H A Dsc_fxnum.cpp157 // CLASS : sc_fxnum_subref
164 sc_fxnum_subref::get() const
170 sc_fxnum_subref::set()
179 sc_fxnum_subref::print( ::std::ostream& os ) const
186 sc_fxnum_subref::scan( ::std::istream& is )
193 sc_fxnum_subref::dump( ::std::ostream& os ) const
195 os << "sc_fxnum_subref" << ::std::endl;
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh85 class sc_fxnum_subref;
207 // CLASS : sc_fxnum_subref
213 class sc_fxnum_subref class in namespace:sc_dt
222 sc_fxnum_subref(sc_fxnum &, int, int);
226 sc_fxnum_subref(const sc_fxnum_subref &);
229 ~sc_fxnum_subref();
233 sc_fxnum_subref &operator = (tp);
235 DECL_ASN_OP_T(const sc_fxnum_subref &)
256 sc_fxnum_subref
1592 inline sc_fxnum_subref::sc_fxnum_subref(sc_fxnum &num_, int from_, int to_) : function in class:sc_dt::sc_fxnum_subref
1598 inline sc_fxnum_subref::sc_fxnum_subref(const sc_fxnum_subref &a) : function in class:sc_dt::sc_fxnum_subref
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc126 // CLASS : sc_fxnum_subref
133 sc_fxnum_subref::get() const
139 sc_fxnum_subref::set()
146 sc_fxnum_subref::print(::std::ostream &os) const
153 sc_fxnum_subref::scan(::std::istream &is)
160 sc_fxnum_subref::dump(::std::ostream &os) const
162 os << "sc_fxnum_subref" << ::std::endl;
/gem5/src/systemc/tests/systemc/datatypes/misc/test01/
H A Dtest01.cpp116 test( sc_dt::sc_fxnum_subref a )
425 // sc_fxnum_subref

Completed in 27 milliseconds