gem5
v20.1.0.0
|
#include <sc_bit_proxies.hh>
Public Types | |
typedef T::traits_type | traits_type |
typedef traits_type::bit_type | bit_type |
typedef traits_type::value_type | value_type |
Public Member Functions | |
sc_bitref_r (const T &obj_, int index_) | |
sc_bitref_r (const sc_bitref_r< T > &a) | |
sc_bitref_r< T > * | clone () const |
bit_type | operator~ () const |
operator bit_type () const | |
value_type | value () const |
bool | is_01 () const |
bool | to_bool () const |
char | to_char () const |
int | length () const |
int | size () const |
value_type | get_bit (int n) const |
sc_digit | get_word (int i) const |
sc_digit | get_cword (int i) const |
void | print (::std::ostream &os=::std::cout) const |
Protected Attributes | |
T & | m_obj |
int | m_index |
Private Member Functions | |
sc_bitref_r () | |
sc_bitref_r< T > & | operator= (const sc_bitref_r< T > &) |
Friends | |
class | sc_bv_base |
class | sc_lv_base |
Definition at line 68 of file sc_bit_proxies.hh.
typedef traits_type::bit_type sc_dt::sc_bitref_r< T >::bit_type |
Definition at line 124 of file sc_bit_proxies.hh.
typedef T::traits_type sc_dt::sc_bitref_r< T >::traits_type |
Definition at line 123 of file sc_bit_proxies.hh.
typedef traits_type::value_type sc_dt::sc_bitref_r< T >::value_type |
Definition at line 125 of file sc_bit_proxies.hh.
|
inline |
Definition at line 128 of file sc_bit_proxies.hh.
References sc_dt::sc_bitref_r< T >::m_index, and sc_dt::sc_bitref_r< T >::m_obj.
|
inline |
Definition at line 133 of file sc_bit_proxies.hh.
|
private |
|
inline |
Definition at line 137 of file sc_bit_proxies.hh.
|
inline |
Definition at line 1758 of file sc_bit_proxies.hh.
References ArmISA::n, sc_dt::SC_DIGIT_TWO, sc_core::SC_ID_OUT_OF_BOUNDS_, and SC_REPORT_ERROR.
|
inline |
Definition at line 1782 of file sc_bit_proxies.hh.
|
inline |
Definition at line 1770 of file sc_bit_proxies.hh.
|
inline |
Definition at line 153 of file sc_bit_proxies.hh.
|
inline |
Definition at line 158 of file sc_bit_proxies.hh.
|
inline |
Definition at line 149 of file sc_bit_proxies.hh.
|
private |
|
inline |
Definition at line 143 of file sc_bit_proxies.hh.
References X86ISA::os, and sc_dt::sc_bitref_r< T >::to_char().
|
inline |
Definition at line 167 of file sc_bit_proxies.hh.
|
inline |
Definition at line 159 of file sc_bit_proxies.hh.
|
inline |
Definition at line 154 of file sc_bit_proxies.hh.
|
inline |
Definition at line 155 of file sc_bit_proxies.hh.
Referenced by sc_dt::sc_bitref_r< T >::operator~().
|
inline |
Definition at line 152 of file sc_bit_proxies.hh.
|
friend |
Definition at line 118 of file sc_bit_proxies.hh.
|
friend |
Definition at line 119 of file sc_bit_proxies.hh.
|
protected |
Definition at line 171 of file sc_bit_proxies.hh.
Referenced by sc_dt::sc_bitref_r< T >::sc_bitref_r().
|
protected |
Definition at line 170 of file sc_bit_proxies.hh.
Referenced by sc_dt::sc_bitref_r< T >::sc_bitref_r().