Searched refs:concat_length (Results 1 - 19 of 19) sorted by relevance

/gem5/src/systemc/ext/dt/misc/
H A Dsc_value_base.hh84 virtual int concat_length(bool *xz_present_p=0) const;
H A Dsc_concatref.hh132 m_len_r = right.concat_length(&right_xz);
133 m_len = left.concat_length(&left_xz) + m_len_r;
146 m_len_r = right.concat_length(&right_xz);
147 m_len = left.concat_length(&left_xz) + m_len_r;
159 concat_length(bool *xz_present_p) const function in class:sc_dt::sc_concatref
549 sc_unsigned temp(a.concat_length(0));
586 concat_length(bool *xz_present_p) const function in class:sc_dt::sc_concat_bool
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_value_base.h85 virtual int concat_length(bool* xz_present_p=0) const;
H A Dsc_value_base.cpp97 int sc_value_base::concat_length(bool* /*xz_present_p*/) const function in class:sc_dt::sc_value_base
101 "concat_length method not supported by this type");
H A Dsc_concatref.h116 m_len_r = right.concat_length(&right_xz);
117 m_len = left.concat_length(&left_xz) + m_len_r;
130 m_len_r = right.concat_length(&right_xz);
131 m_len = left.concat_length(&left_xz) + m_len_r;
153 virtual int concat_length( bool* xz_present_p ) const function in class:sc_dt::sc_concatref
595 sc_unsigned temp(a.concat_length(0));
638 virtual int concat_length( bool* xz_present_p ) const function in class:sc_dt::sc_concat_bool
/gem5/src/systemc/dt/misc/
H A Dsc_value_base.cc98 sc_value_base::concat_length(bool * /*xz_present_p*/) const function in class:sc_dt::sc_value_base
101 "concat_length method not supported by this type";
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test02/
H A Dtest02.cpp85 int width = LEFT.concat_length(0); \
88 << #LEFT << ".concat_length() expected " << (WIDTH) \
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h956 virtual inline int concat_length(bool* xz_present_p) const function in class:sc_core::sc_in
957 { return (*this)->read().concat_length( xz_present_p ); }
1234 virtual inline int concat_length(bool* xz_present_p) const function in class:sc_core::sc_inout
1235 { return (*this)->read().concat_length( xz_present_p ); }
H A Dscx_signal_uint.h1012 virtual inline int concat_length(bool* xz_present_p) const function in class:sc_core::sc_in
1013 { return (*this)->read().concat_length( xz_present_p ); }
1292 virtual inline int concat_length(bool* xz_present_p) const function in class:sc_core::sc_inout
1293 { return (*this)->read().concat_length( xz_present_p ); }
H A Dscx_signal_signed.h1138 virtual inline int concat_length(bool* xz_present_p) const function in class:sc_core::sc_in
1139 { return (*this)->read().concat_length( xz_present_p ); }
1416 virtual inline int concat_length(bool* xz_present_p) const function in class:sc_core::sc_inout
1417 { return (*this)->read().concat_length( xz_present_p ); }
H A Dscx_signal_unsigned.h1134 virtual inline int concat_length(bool* xz_present_p) const function in class:sc_core::sc_in
1135 { return (*this)->read().concat_length( xz_present_p ); }
1412 virtual inline int concat_length(bool* xz_present_p) const function in class:sc_core::sc_inout
1413 { return (*this)->read().concat_length( xz_present_p ); }
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h179 virtual int concat_length( bool *xz_present_p ) const function in class:sc_dt::sc_int_bitref_r
364 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_int_subref_r
778 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_int_base
H A Dsc_uint_base.h164 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_uint_bitref_r
354 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_uint_subref_r
763 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_uint_base
H A Dsc_signed.h773 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_signed_bitref_r
958 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_signed_subref_r
1168 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_signed
H A Dsc_unsigned.h679 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_unsigned_bitref_r
863 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_unsigned_subref_r
1070 virtual int concat_length(bool* xz_present_p) const function in class:sc_dt::sc_unsigned
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh171 concat_length(bool *xz_present_p) const function in class:sc_dt::sc_int_bitref_r
321 concat_length(bool *xz_present_p) const function in class:sc_dt::sc_int_subref_r
874 concat_length(bool* xz_present_p) const function in class:sc_dt::sc_int_base
H A Dsc_uint_base.hh164 concat_length(bool *xz_present_p) const function in class:sc_dt::sc_uint_bitref_r
308 concat_length(bool *xz_present_p) const function in class:sc_dt::sc_uint_subref_r
807 concat_length(bool *xz_present_p) const function in class:sc_dt::sc_uint_base
H A Dsc_signed.hh710 concat_length(bool* xz_present_p) const function in class:sc_dt::sc_signed_bitref_r
868 concat_length(bool* xz_present_p) const function in class:sc_dt::sc_signed_subref_r
1065 concat_length(bool* xz_present_p) const function in class:sc_dt::sc_signed
H A Dsc_unsigned.hh619 concat_length(bool *xz_present_p) const function in class:sc_dt::sc_unsigned_bitref_r
777 virtual int concat_length(bool *xz_present_p) const function in class:sc_dt::sc_unsigned_subref_r
976 concat_length(bool *xz_present_p) const function in class:sc_dt::sc_unsigned

Completed in 57 milliseconds