|
gem5
v19.0.0.0
|
#include <sc_unsigned.hh>
Public Member Functions | |
| sc_unsigned_bitref (const sc_unsigned_bitref &a) | |
| const sc_unsigned_bitref & | operator= (const sc_unsigned_bitref_r &) |
| const sc_unsigned_bitref & | operator= (const sc_unsigned_bitref &) |
| const sc_unsigned_bitref & | operator= (bool) |
| const sc_unsigned_bitref & | operator&= (bool) |
| const sc_unsigned_bitref & | operator|= (bool) |
| const sc_unsigned_bitref & | operator^= (bool) |
| 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_unsigned_bitref_r | |
| virtual | ~sc_unsigned_bitref_r () |
| sc_unsigned_bitref_r (const sc_unsigned_bitref_r &a) | |
| int | length () const |
| operator uint64 () const | |
| bool | operator! () const |
| bool | operator~ () const |
| uint64 | value () const |
| bool | to_bool () const |
| virtual int | concat_length (bool *xz_present_p) const |
| virtual uint64 | concat_get_uint64 () 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 |
| 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_unsigned_bitref () | |
Protected Member Functions inherited from sc_dt::sc_unsigned_bitref_r | |
| sc_unsigned_bitref_r () | |
| void | initialize (const sc_unsigned *obj_p, int index_) |
Static Protected Attributes | |
| static sc_core::sc_vpool< sc_unsigned_bitref > | m_pool |
Friends | |
| class | sc_unsigned |
| class | sc_core::sc_vpool< sc_unsigned_bitref > |
Additional Inherited Members | |
Protected Attributes inherited from sc_dt::sc_unsigned_bitref_r | |
| int | m_index |
| sc_unsigned * | m_obj_p |
Definition at line 677 of file sc_unsigned.hh.
|
inlineprotected |
Definition at line 683 of file sc_unsigned.hh.
|
inline |
Definition at line 687 of file sc_unsigned.hh.
References MipsISA::is, sc_dt::operator&=(), sc_dt::operator^=(), and sc_dt::operator|=().
|
virtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 125 of file sc_unsigned.cc.
|
virtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 132 of file sc_unsigned.cc.
|
virtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 141 of file sc_unsigned.cc.
|
virtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 150 of file sc_unsigned.cc.
| const sc_unsigned_bitref& sc_dt::sc_unsigned_bitref::operator &= | ( | bool | ) |
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator= | ( | const sc_unsigned_bitref_r & | b | ) |
Definition at line 75 of file sc_unsigned.cc.
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator= | ( | const sc_unsigned_bitref & | b | ) |
Definition at line 82 of file sc_unsigned.cc.
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator= | ( | bool | b | ) |
Definition at line 89 of file sc_unsigned.cc.
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator^= | ( | bool | b | ) |
Definition at line 115 of file sc_unsigned.cc.
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator|= | ( | bool | b | ) |
Definition at line 106 of file sc_unsigned.cc.
| void sc_dt::sc_unsigned_bitref::scan | ( | ::std::istream & | is = ::std::cin | ) |
Definition at line 158 of file sc_unsigned.cc.
Referenced by sc_dt::operator>>().
|
friend |
Definition at line 680 of file sc_unsigned.hh.
|
friend |
Definition at line 679 of file sc_unsigned.hh.
|
staticprotected |
Definition at line 709 of file sc_unsigned.hh.
Referenced by sc_dt::sc_unsigned::bit(), and sc_dt::sc_unsigned::operator[]().