|
gem5 v25.0.0.1
|
#include <sc_unsigned.hh>
Public Member Functions | |
| 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_r () | |
| void | initialize (const sc_unsigned *obj_p, int index_) |
Protected Attributes | |
| int | m_index |
| sc_unsigned * | m_obj_p |
Private Member Functions | |
| const sc_unsigned_bitref_r & | operator= (const sc_unsigned_bitref_r &) |
Friends | |
| class | sc_unsigned |
Definition at line 581 of file sc_unsigned.hh.
|
inlineprotected |
Definition at line 587 of file sc_unsigned.hh.
References m_index, and m_obj_p.
Referenced by operator=(), sc_dt::sc_unsigned_bitref::sc_unsigned_bitref(), sc_dt::sc_unsigned_bitref::sc_unsigned_bitref(), and sc_unsigned_bitref_r().
|
inlinevirtual |
Definition at line 598 of file sc_unsigned.hh.
|
inline |
Definition at line 601 of file sc_unsigned.hh.
References a, m_index, m_obj_p, and sc_unsigned_bitref_r().
|
inlinevirtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 631 of file sc_unsigned.hh.
References BITS_PER_DIGIT.
|
inlinevirtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 639 of file sc_unsigned.hh.
References BITS_PER_DIGIT.
|
inlinevirtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 626 of file sc_unsigned.hh.
|
inlinevirtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 619 of file sc_unsigned.hh.
|
inlineprotected |
Definition at line 590 of file sc_unsigned.hh.
References m_index, m_obj_p, and sc_unsigned.
Referenced by sc_dt::sc_unsigned::bit(), sc_dt::sc_unsigned::bit(), sc_dt::sc_unsigned::operator[](), and sc_dt::sc_unsigned::operator[]().
|
inline |
Definition at line 606 of file sc_unsigned.hh.
| sc_dt::sc_unsigned_bitref_r::operator uint64 | ( | ) | const |
Definition at line 48 of file sc_unsigned.cc.
| bool sc_dt::sc_unsigned_bitref_r::operator! | ( | ) | const |
Definition at line 54 of file sc_unsigned.cc.
|
private |
References sc_unsigned_bitref_r().
| bool sc_dt::sc_unsigned_bitref_r::operator~ | ( | ) | const |
Definition at line 60 of file sc_unsigned.cc.
|
inline |
Definition at line 656 of file sc_unsigned.hh.
References to_bool().
|
inline |
Definition at line 615 of file sc_unsigned.hh.
Referenced by print().
|
inline |
Definition at line 614 of file sc_unsigned.hh.
|
friend |
Definition at line 583 of file sc_unsigned.hh.
References sc_unsigned.
Referenced by initialize(), and sc_unsigned.
|
protected |
Definition at line 659 of file sc_unsigned.hh.
Referenced by initialize(), sc_unsigned_bitref_r(), and sc_unsigned_bitref_r().
|
protected |
Definition at line 660 of file sc_unsigned.hh.
Referenced by initialize(), sc_unsigned_bitref_r(), and sc_unsigned_bitref_r().