gem5 v24.0.0.0
|
#include <sc_uint_base.hh>
Public Member Functions | |
sc_uint_subref (const sc_uint_subref &init) | |
sc_uint_subref & | operator= (uint_type v) |
sc_uint_subref & | operator= (const sc_uint_base &a) |
sc_uint_subref & | operator= (const sc_uint_subref_r &a) |
sc_uint_subref & | operator= (const sc_uint_subref &a) |
template<class T > | |
sc_uint_subref & | operator= (const sc_generic_base< T > &a) |
sc_uint_subref & | operator= (const char *a) |
sc_uint_subref & | operator= (unsigned long a) |
sc_uint_subref & | operator= (long a) |
sc_uint_subref & | operator= (unsigned int a) |
sc_uint_subref & | operator= (int a) |
sc_uint_subref & | operator= (int64 a) |
sc_uint_subref & | operator= (double a) |
sc_uint_subref & | operator= (const sc_signed &) |
sc_uint_subref & | operator= (const sc_unsigned &) |
sc_uint_subref & | operator= (const sc_bv_base &) |
sc_uint_subref & | operator= (const sc_lv_base &) |
virtual void | concat_set (int64 src, int low_i) |
virtual void | concat_set (const sc_signed &src, int low_i) |
virtual void | concat_set (const sc_unsigned &src, int low_i) |
virtual void | concat_set (uint64 src, int low_i) |
void | scan (::std::istream &is=::std::cin) |
Public Member Functions inherited from sc_dt::sc_uint_subref_r | |
sc_uint_subref_r (const sc_uint_subref_r &init) | |
virtual | ~sc_uint_subref_r () |
int | length () const |
virtual int | concat_length (bool *xz_present_p) const |
virtual bool | concat_get_ctrl (sc_digit *dst_p, int low_i) const |
virtual bool | concat_get_data (sc_digit *dst_p, int low_i) const |
virtual uint64 | concat_get_uint64 () const |
bool | and_reduce () const |
bool | nand_reduce () const |
bool | or_reduce () const |
bool | nor_reduce () const |
bool | xor_reduce () const |
bool | xnor_reduce () const |
operator uint_type () const | |
uint_type | value () const |
int | to_int () const |
unsigned int | to_uint () const |
long | to_long () const |
unsigned long | to_ulong () const |
int64 | to_int64 () const |
uint64 | to_uint64 () const |
double | to_double () const |
const std::string | to_string (sc_numrep numrep=SC_DEC) const |
const std::string | to_string (sc_numrep numrep, bool w_prefix) const |
void | print (::std::ostream &os=::std::cout) const |
Public Member Functions inherited from sc_dt::sc_value_base | |
virtual | ~sc_value_base () |
Protected Member Functions | |
sc_uint_subref () | |
Protected Member Functions inherited from sc_dt::sc_uint_subref_r | |
sc_uint_subref_r () | |
void | initialize (const sc_uint_base *obj_p, int left_i, int right_i) |
Static Protected Attributes | |
static sc_core::sc_vpool< sc_uint_subref > | m_pool |
Friends | |
class | sc_uint_base |
class | sc_core::sc_vpool< sc_uint_subref > |
Additional Inherited Members | |
Protected Attributes inherited from sc_dt::sc_uint_subref_r | |
int | m_left |
sc_uint_base * | m_obj_p |
int | m_right |
Definition at line 375 of file sc_uint_base.hh.
|
inlineprotected |
Definition at line 382 of file sc_uint_base.hh.
|
inline |
Definition at line 385 of file sc_uint_base.hh.
|
virtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 300 of file sc_uint_base.cc.
References sc_dt::sc_signed::length().
|
virtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 310 of file sc_uint_base.cc.
References sc_dt::sc_unsigned::length().
|
virtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 293 of file sc_uint_base.cc.
|
virtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 320 of file sc_uint_base.cc.
|
inline |
Definition at line 1116 of file sc_uint_base.hh.
References a.
sc_uint_subref & sc_dt::sc_uint_subref::operator= | ( | const sc_bv_base & | a | ) |
Definition at line 276 of file sc_uint_base.cc.
References a.
|
inline |
Definition at line 403 of file sc_uint_base.hh.
References a.
sc_uint_subref & sc_dt::sc_uint_subref::operator= | ( | const sc_lv_base & | a | ) |
Definition at line 283 of file sc_uint_base.cc.
References a.
sc_uint_subref & sc_dt::sc_uint_subref::operator= | ( | const sc_signed & | a | ) |
Definition at line 262 of file sc_uint_base.cc.
References a.
|
inline |
Definition at line 1110 of file sc_uint_base.hh.
References a.
|
inline |
Definition at line 397 of file sc_uint_base.hh.
References a.
|
inline |
Definition at line 392 of file sc_uint_base.hh.
References a.
sc_uint_subref & sc_dt::sc_uint_subref::operator= | ( | const sc_unsigned & | a | ) |
Definition at line 269 of file sc_uint_base.cc.
References a.
|
inline |
Definition at line 434 of file sc_uint_base.hh.
References a.
|
inline |
Definition at line 424 of file sc_uint_base.hh.
References a.
|
inline |
Definition at line 429 of file sc_uint_base.hh.
References a.
|
inline |
Definition at line 414 of file sc_uint_base.hh.
References a.
sc_uint_subref & sc_dt::sc_uint_subref::operator= | ( | uint_type | v | ) |
Definition at line 250 of file sc_uint_base.cc.
References sc_dt::mask_int.
|
inline |
Definition at line 419 of file sc_uint_base.hh.
References a.
|
inline |
Definition at line 409 of file sc_uint_base.hh.
References a.
void sc_dt::sc_uint_subref::scan | ( | ::std::istream & | is = ::std::cin | ) |
Definition at line 328 of file sc_uint_base.cc.
|
friend |
Definition at line 377 of file sc_uint_base.hh.
|
friend |
Definition at line 377 of file sc_uint_base.hh.
|
staticprotected |
Definition at line 453 of file sc_uint_base.hh.