Searched refs:sc_concatref (Results 1 - 15 of 15) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.cpp22 sc_concatref.cpp -- Concatenation support.
38 // $Log: sc_concatref.cpp,v $
47 #include "sysc/datatypes/misc/sc_concatref.h"
50 // STORAGE POOLS USED BY sc_concatref:
54 sc_core::sc_vpool<sc_concatref> sc_concatref::m_pool(9);
H A Dsc_concatref.h22 sc_concatref.h -- Concatenation support.
37 Creation of sc_concatref class by merging the capabilities of
45 // $Log: sc_concatref.h,v $
57 // an sc_concatref instance.
68 // returns an sc_signed result, whereas an sc_concatref minus a value was
69 // returning an sc_unsigned result. Now both sc_unsigned and sc_concatref
98 // CLASS TEMPLATE : sc_concatref
103 class sc_concatref : public sc_generic_base<sc_concatref>, public sc_value_base class in namespace:sc_dt
106 friend class sc_core::sc_vpool<sc_concatref>;
458 sc_concatref() : m_left_p(0), m_right_p(0), m_len(0), m_len_r(0), m_flags() function in class:sc_dt::sc_concatref
[all...]
H A Dsc_value_base.h79 friend class sc_concatref;
/gem5/src/systemc/dt/misc/
H A Dsc_concatref.cc22 sc_concatref.cpp -- Concatenation support.
38 // $Log: sc_concatref.cpp,v $
47 #include "systemc/ext/dt/misc/sc_concatref.hh"
50 // STORAGE POOLS USED BY sc_concatref:
54 template class sc_vpool<sc_dt::sc_concatref>;
64 sc_core::sc_vpool<sc_concatref> sc_concatref::m_pool(9);
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh22 sc_concatref.h -- Concatenation support.
37 Creation of sc_concatref class by merging the capabilities of
45 // $Log: sc_concatref.h,v $
57 // an sc_concatref instance.
68 // returns an sc_signed result, whereas an sc_concatref minus a value was
69 // returning an sc_unsigned result. Now both sc_unsigned and sc_concatref
95 class sc_concatref;
106 extern template class sc_vpool<sc_dt::sc_concatref>;
114 // CLASS TEMPLATE : sc_concatref
119 class sc_concatref class in namespace:sc_dt
448 sc_concatref() : m_left_p(0), m_right_p(0), m_len(0), m_len_r(0), m_flags() function in class:sc_dt::sc_concatref
[all...]
H A Dsc_value_base.hh78 friend class sc_concatref;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h89 class sc_concatref;
H A Dsc_uint_base.h89 class sc_concatref;
H A Dsc_signed.h115 class sc_concatref;
1089 friend class sc_concatref;
H A Dsc_unsigned.h122 class sc_concatref;
989 friend class sc_concatref;
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh83 class sc_concatref;
H A Dsc_uint_base.hh83 class sc_concatref;
H A Dsc_signed.hh113 class sc_concatref;
986 friend class sc_concatref;
H A Dsc_unsigned.hh119 class sc_concatref;
892 friend class sc_concatref;
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_signed.h88 using sc_dt::sc_concatref;
167 Added support for sc_generic_base<T> in place of sc_concatref. sc_concatref
168 now is derived from sc_generic_base<sc_concatref>.

Completed in 67 milliseconds