Searched refs:sc_uint_subref_r (Results 1 - 15 of 15) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_uint_base.h94 class sc_uint_subref_r;
303 // CLASS : sc_uint_subref_r
308 class sc_uint_subref_r : public sc_value_base class in namespace:sc_dt
317 sc_uint_subref_r( const sc_uint_subref_r& init ) : function in class:sc_dt::sc_uint_subref_r
323 sc_uint_subref_r() : sc_value_base(), m_left(0), m_obj_p(0), m_right(0) function in class:sc_dt::sc_uint_subref_r
339 virtual ~sc_uint_subref_r()
420 sc_uint_subref_r& operator = ( const sc_uint_subref_r& );
427 operator << ( ::std::ostream&, const sc_uint_subref_r
[all...]
H A Dsc_uint.h113 sc_uint( const sc_uint_subref_r& a )
195 sc_uint<W>& operator = ( const sc_uint_subref_r& a )
H A Dsc_uint_base.cpp147 // CLASS : sc_uint_subref_r
152 bool sc_uint_subref_r::concat_get_ctrl( sc_digit* dst_p, int low_i ) const
172 bool sc_uint_subref_r::concat_get_data( sc_digit* dst_p, int low_i ) const
H A Dsc_int_base.cpp423 sc_int_base::sc_int_base( const sc_uint_subref_r& v )
H A Dsc_int_base.h603 explicit sc_int_base( const sc_uint_subref_r& v );
H A Dsc_signed.h124 class sc_uint_subref_r;
1112 explicit sc_signed( const sc_uint_subref_r& v );
H A Dsc_unsigned.h131 class sc_uint_subref_r;
1013 explicit sc_unsigned( const sc_uint_subref_r& v );
/gem5/src/systemc/ext/dt/int/
H A Dsc_uint_base.hh88 class sc_uint_subref_r;
270 // CLASS : sc_uint_subref_r
275 class sc_uint_subref_r : public sc_value_base class in namespace:sc_dt
282 sc_uint_subref_r( const sc_uint_subref_r& init ) : function in class:sc_dt::sc_uint_subref_r
288 sc_uint_subref_r() : sc_value_base(), m_left(0), m_obj_p(0), m_right(0) {} function in class:sc_dt::sc_uint_subref_r
301 virtual ~sc_uint_subref_r() {}
362 sc_uint_subref_r &operator = (const sc_uint_subref_r &);
366 ::std::ostream &, const sc_uint_subref_r
[all...]
H A Dsc_uint.hh97 sc_uint(const sc_uint_subref_r &a) : sc_uint_base(W)
181 operator = (const sc_uint_subref_r &a)
H A Dsc_int_base.hh580 explicit sc_int_base(const sc_uint_subref_r &v);
H A Dsc_signed.hh122 class sc_uint_subref_r;
1009 explicit sc_signed(const sc_uint_subref_r &v);
H A Dsc_unsigned.hh128 class sc_uint_subref_r;
916 explicit sc_unsigned(const sc_uint_subref_r &v);
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_uint.h261 class sc_uint_sigref : public sc_dt::sc_uint_subref_r
264 sc_uint_sigref() : sc_dt::sc_uint_subref_r() {}
919 sc_dt::sc_uint_subref_r operator () ( int left, int right ) const
921 sc_dt::sc_uint_subref_r range( int left, int right ) const
1175 sc_dt::sc_uint_subref_r operator () ( int left, int right ) const
1177 sc_dt::sc_uint_subref_r range( int left, int right ) const
/gem5/src/systemc/dt/int/
H A Dsc_uint_base.cc157 // CLASS : sc_uint_subref_r
163 sc_uint_subref_r::concat_get_ctrl(sc_digit *dst_p, int low_i) const
185 sc_uint_subref_r::concat_get_data(sc_digit *dst_p, int low_i) const
H A Dsc_int_base.cc415 sc_int_base::sc_int_base(const sc_uint_subref_r &v) :

Completed in 72 milliseconds