Searched refs:sc_unsigned (Results 101 - 125 of 155) sorted by relevance

1234567

/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace.h65 class sc_unsigned;
126 DECL_TRACE_METHOD_A( sc_dt::sc_unsigned )
200 DECL_TRACE_FUNC_A( sc_dt::sc_unsigned )
H A Dsc_trace.cpp187 DEFN_TRACE_FUNC_A( sc_dt::sc_unsigned )
/gem5/src/systemc/ext/utils/
H A Dsc_trace_file.hh44 class sc_unsigned;
96 void sc_trace(sc_trace_file *, const sc_dt::sc_unsigned &,
98 void sc_trace(sc_trace_file *, const sc_dt::sc_unsigned *,
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh70 #include "../int/sc_unsigned.hh"
225 assign_(const sc_unsigned &a)
258 X &operator &= (const sc_unsigned &b);
272 const sc_lv_base operator & (const sc_unsigned &b) const;
287 X &operator |= (const sc_unsigned &b);
301 const sc_lv_base operator | (const sc_unsigned &b) const;
316 X &operator ^= (const sc_unsigned &b);
330 const sc_lv_base operator ^ (const sc_unsigned &b) const;
410 bool operator == (const sc_unsigned &b) const;
490 DECL_BITWISE_AND_OP_T(const sc_unsigned
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.cpp23 sc_signed, sc_unsigned, and definitions for sc_int_subref.
65 #include "sysc/datatypes/int/sc_unsigned.h"
120 void sc_int_bitref::concat_set(const sc_unsigned& src, int low_i)
289 sc_int_subref::operator = ( const sc_unsigned& a )
328 void sc_int_subref::concat_set(const sc_unsigned& src, int low_i)
456 sc_int_base::sc_int_base( const sc_unsigned& a )
491 sc_int_base::operator = ( const sc_unsigned& a )
633 // array of sc_unsigned digits starting with the bit specified by low_i within
641 // dst_p -> array of sc_unsigned digits to be filled in.
723 void sc_int_base::concat_set(const sc_unsigned
[all...]
H A Dsc_uint_base.cpp23 sc_signed, sc_unsigned, and definitions for sc_uint_subref.
65 #include "sysc/datatypes/int/sc_unsigned.h"
119 void sc_uint_bitref::concat_set(const sc_unsigned& src, int low_i)
262 sc_uint_subref::operator = ( const sc_unsigned& a )
300 void sc_uint_subref::concat_set(const sc_unsigned& src, int low_i)
428 sc_uint_base::sc_uint_base( const sc_unsigned& a )
462 sc_uint_base::operator = ( const sc_unsigned& a )
608 // array of sc_unsigned digits starting with the bit specified by low_i within
616 // dst_p -> array of sc_unsigned digits to be filled in.
700 void sc_uint_base::concat_set(const sc_unsigned
[all...]
H A Dsc_bigint.h59 #include "sysc/datatypes/int/sc_unsigned.h"
115 sc_bigint( const sc_unsigned& v )
208 sc_bigint<W>& operator = ( const sc_unsigned& v )
H A Dsc_int.h126 sc_int( const sc_unsigned& a )
208 sc_int<W>& operator = ( const sc_unsigned& a )
H A Dsc_nbfriends.inc22 sc_nbfriends.inc -- Friend functions for both sc_signed and sc_unsigned
55 // For sc_signed or sc_unsigned number u:
H A Dsc_uint.h126 sc_uint( const sc_unsigned& a )
208 sc_uint<W>& operator = ( const sc_unsigned& a )
H A Dsc_unsigned_bitref.inc22 sc_unsigned_bitref.h -- Proxy class that is declared in sc_unsigned.h.
42 // Proxy class for sc_unsigned bit selection (r-value only).
68 // Proxy class for sc_unsigned bit selection (r-value and l-value).
137 void sc_unsigned_bitref::concat_set(const sc_unsigned& src, int low_i)
H A Dsc_int_base.h104 class sc_unsigned;
290 virtual void concat_set(const sc_unsigned& src, int low_i);
506 sc_int_subref& operator = ( const sc_unsigned& );
514 virtual void concat_set(const sc_unsigned& src, int low_i);
600 explicit sc_int_base( const sc_unsigned& a );
630 sc_int_base& operator = ( const sc_unsigned& a );
791 virtual void concat_set(const sc_unsigned& src, int low_i);
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc23 sc_signed, sc_unsigned, and definitions for sc_int_subref.
72 #include "systemc/ext/dt/int/sc_unsigned.hh"
127 void sc_int_bitref::concat_set(const sc_unsigned &src, int low_i)
284 sc_int_subref::operator = (const sc_unsigned &a)
325 sc_int_subref::concat_set(const sc_unsigned &src, int low_i)
441 sc_int_base::sc_int_base(const sc_unsigned &a) :
468 sc_int_base::operator = (const sc_unsigned &a)
597 // array of sc_unsigned digits starting with the bit specified by low_i within
605 // dst_p -> array of sc_unsigned digits to be filled in.
684 sc_int_base::concat_set(const sc_unsigned
[all...]
H A Dsc_uint_base.cc23 sc_signed, sc_unsigned, and definitions for sc_uint_subref.
71 #include "systemc/ext/dt/int/sc_unsigned.hh"
129 sc_uint_bitref::concat_set(const sc_unsigned &src, int low_i)
269 sc_uint_subref::operator = (const sc_unsigned &a)
310 sc_uint_subref::concat_set(const sc_unsigned &src, int low_i)
427 sc_uint_base::sc_uint_base(const sc_unsigned &a) :
454 sc_uint_base::operator = (const sc_unsigned &a)
596 // array of sc_unsigned digits starting with the bit specified by low_i within
604 // dst_p -> array of sc_unsigned digits to be filled in.
684 sc_uint_base::concat_set(const sc_unsigned
[all...]
H A Dsc_nbfriends.inc22 sc_nbfriends.inc -- Friend functions for both sc_signed and sc_unsigned
55 // For sc_signed or sc_unsigned number u:
H A Dsc_unsigned_bitref.inc22 sc_unsigned_bitref.h -- Proxy class that is declared in sc_unsigned.h.
42 // Proxy class for sc_unsigned bit selection (r-value only).
68 // Proxy class for sc_unsigned bit selection (r-value and l-value).
140 sc_unsigned_bitref::concat_set(const sc_unsigned &src, int low_i)
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h236 virtual void concat_set(const sc_dt::sc_unsigned& src, int low_i);
256 inline void operator = ( const sc_dt::sc_unsigned& v );
347 inline void operator = ( const sc_dt::sc_unsigned& new_val );
356 virtual inline void concat_set(const sc_dt::sc_unsigned& src, int low_i);
475 sc_dt::sc_unsigned tmp(src.length());
487 inline void sc_signal<sc_dt::sc_int<W> >::concat_set(const sc_dt::sc_unsigned& src, int low_i)
610 inline void sc_signal<sc_dt::sc_int<W> >::operator = ( const sc_dt::sc_unsigned& new_val )
1252 virtual inline void concat_set(const sc_dt::sc_unsigned& src, int low_i)
1285 inline void operator = ( const sc_dt::sc_unsigned& new_val )
1434 inline void operator = ( const sc_dt::sc_unsigned
[all...]
H A Dscx_signal_uint.h268 virtual void concat_set(const sc_dt::sc_unsigned& src, int low_i);
288 inline void operator = ( const sc_dt::sc_unsigned& v );
379 inline void operator = ( const sc_dt::sc_unsigned& new_val );
387 virtual inline void concat_set(const sc_dt::sc_unsigned& src, int low_i);
499 sc_dt::sc_unsigned tmp(src.length());
513 const sc_dt::sc_unsigned& src, int low_i)
653 const sc_dt::sc_unsigned& new_val )
1310 virtual inline void concat_set(const sc_dt::sc_unsigned& src, int low_i)
1343 inline void operator = ( const sc_dt::sc_unsigned& new_val )
1490 inline void operator = ( const sc_dt::sc_unsigned
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/misc/test02/
H A Dtest02.cpp12 inline void dump(sc_unsigned& value)
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h275 DECL_ASN_OP_T(const sc_unsigned&)
321 DECL_REL_OP_T(op,const sc_unsigned&) \
438 DECL_ASN_OP_T(const sc_unsigned&)
484 DECL_REL_OP_T(op,const sc_unsigned&) \
614 DECL_CTOR_T(const sc_unsigned&)
652 DECL_BIN_OP_T(op,const sc_unsigned&)
694 DECL_BIN_OP_T(/,const sc_unsigned&)
720 DECL_BIN_FNC_T(fnc,const sc_unsigned&)
768 DECL_REL_OP_T(op,const sc_unsigned&)
811 DECL_ASN_OP_T(op,const sc_unsigned
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh242 DECL_ASN_OP_T(const sc_unsigned &)
286 DECL_REL_OP_T(op, const sc_unsigned &) \
378 DECL_ASN_OP_T(const sc_unsigned &)
421 DECL_REL_OP_T(op, const sc_unsigned &) \
525 DECL_CTOR_T(const sc_unsigned &)
554 DECL_BIN_OP_T(op, const sc_unsigned &)
593 DECL_BIN_OP_T(/, const sc_unsigned &)
615 DECL_BIN_FNC_T(fnc, const sc_unsigned &)
657 DECL_REL_OP_T(op, const sc_unsigned &)
694 DECL_ASN_OP_T(op, const sc_unsigned
[all...]
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bv_base.h117 explicit sc_bv_base( const sc_unsigned& a )
159 sc_bv_base& operator = ( const sc_unsigned& a )
H A Dsc_proxy.h68 #include "sysc/datatypes/int/sc_unsigned.h"
227 X& assign_( const sc_unsigned& a )
264 X& operator &= ( const sc_unsigned& b );
289 const sc_lv_base operator & ( const sc_unsigned& b ) const;
306 X& operator |= ( const sc_unsigned& b );
331 const sc_lv_base operator | ( const sc_unsigned& b ) const;
348 X& operator ^= ( const sc_unsigned& b );
373 const sc_lv_base operator ^ ( const sc_unsigned& b ) const;
467 bool operator == ( const sc_unsigned& b ) const;
565 DECL_BITWISE_AND_OP_T(const sc_unsigned
[all...]
/gem5/src/systemc/ext/dt/int/
H A Dsc_int.hh110 sc_int(const sc_unsigned &a) : sc_int_base(W)
206 operator = (const sc_unsigned &a)
H A Dsc_uint.hh110 sc_uint(const sc_unsigned &a) : sc_uint_base(W)
206 operator = (const sc_unsigned &a)

Completed in 68 milliseconds

1234567