Searched refs:concat_get_ctrl (Results 1 - 25 of 30) sorted by relevance

12

/gem5/src/systemc/ext/dt/misc/
H A Dsc_value_base.hh81 virtual bool concat_get_ctrl(sc_digit *dst_p, int low_i) const;
H A Dsc_concatref.hh174 concat_get_ctrl(sc_digit *dst_p, int low_i) const function in class:sc_dt::sc_concatref
176 bool rnz = m_right_p->concat_get_ctrl(dst_p, low_i);
177 bool lnz = m_left_p->concat_get_ctrl(dst_p, low_i + m_len_r);
594 concat_get_ctrl(sc_digit *dst_p, int low_i) const function in class:sc_dt::sc_concat_bool
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_value_base.h82 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const;
H A Dsc_value_base.cpp70 bool sc_value_base::concat_get_ctrl( sc_digit* /*dst_p*/, int /*low_i*/ ) const function in class:sc_dt::sc_value_base
74 "concat_get_ctrl method not supported by this type");
H A Dsc_concatref.h166 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const function in class:sc_dt::sc_concatref
168 bool rnz = m_right_p->concat_get_ctrl( dst_p, low_i );
169 bool lnz = m_left_p->concat_get_ctrl( dst_p, low_i+m_len_r );
644 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const function in class:sc_dt::sc_concat_bool
/gem5/src/systemc/dt/misc/
H A Dsc_value_base.cc71 sc_value_base::concat_get_ctrl(sc_digit * /*dst_p*/, int /*low_i*/) const function in class:sc_dt::sc_value_base
74 "concat_get_ctrl method not supported by this type";
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.cpp153 bool sc_int_subref_r::concat_get_ctrl( sc_digit* dst_p, int low_i ) const function in class:sc_dt::sc_int_subref_r
611 bool sc_int_base::concat_get_ctrl( sc_digit* dst_p, int low_i ) const function in class:sc_dt::sc_int_base
H A Dsc_signed_subref.inc54 bool sc_signed_subref_r::concat_get_ctrl(sc_digit* dst_p, int low_i ) const
57 return a.concat_get_ctrl( dst_p, low_i );
H A Dsc_uint_base.cpp152 bool sc_uint_subref_r::concat_get_ctrl( sc_digit* dst_p, int low_i ) const function in class:sc_dt::sc_uint_subref_r
583 bool sc_uint_base::concat_get_ctrl( sc_digit* dst_p, int low_i ) const function in class:sc_dt::sc_uint_base
H A Dsc_unsigned_subref.inc54 bool sc_unsigned_subref_r::concat_get_ctrl(sc_digit* dst_p, int low_i) const
58 return a.concat_get_ctrl( dst_p, low_i );
H A Dsc_int_base.h181 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const function in class:sc_dt::sc_int_bitref_r
366 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const;
780 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const;
H A Dsc_uint_base.h166 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const function in class:sc_dt::sc_uint_bitref_r
356 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const;
765 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const;
H A Dsc_signed.h777 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const function in class:sc_dt::sc_signed_bitref_r
964 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const;
1170 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const;
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc160 sc_int_subref_r::concat_get_ctrl(sc_digit *dst_p, int low_i) const function in class:sc_dt::sc_int_subref_r
574 sc_int_base::concat_get_ctrl(sc_digit *dst_p, int low_i) const function in class:sc_dt::sc_int_base
H A Dsc_signed_subref.inc56 sc_signed_subref_r::concat_get_ctrl(sc_digit *dst_p, int low_i) const
59 return a.concat_get_ctrl(dst_p, low_i);
H A Dsc_uint_base.cc163 sc_uint_subref_r::concat_get_ctrl(sc_digit *dst_p, int low_i) const function in class:sc_dt::sc_uint_subref_r
571 sc_uint_base::concat_get_ctrl(sc_digit *dst_p, int low_i) const function in class:sc_dt::sc_uint_base
H A Dsc_unsigned_subref.inc56 sc_unsigned_subref_r::concat_get_ctrl(sc_digit *dst_p, int low_i) const
60 return a.concat_get_ctrl(dst_p, low_i);
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h961 inline bool concat_get_ctrl( sc_dt::sc_digit* dst_p, int low_i ) const function in class:sc_core::sc_in
962 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1239 inline bool concat_get_ctrl( sc_dt::sc_digit* dst_p, int low_i ) const function in class:sc_core::sc_inout
1240 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
H A Dscx_signal_uint.h1016 virtual inline bool concat_get_ctrl( function in class:sc_core::sc_in
1018 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1296 virtual inline bool concat_get_ctrl( function in class:sc_core::sc_inout
1298 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
H A Dscx_signal_signed.h1142 virtual inline bool concat_get_ctrl( sc_dt::sc_digit* dst_p, int low_i ) const function in class:sc_core::sc_in
1143 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1420 virtual inline bool concat_get_ctrl( sc_dt::sc_digit* dst_p, int low_i ) const function in class:sc_core::sc_inout
1421 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
H A Dscx_signal_unsigned.h1138 virtual inline bool concat_get_ctrl( sc_dt::sc_digit* dst_p, int low_i ) const function in class:sc_core::sc_in
1139 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1416 virtual inline bool concat_get_ctrl( sc_dt::sc_digit* dst_p, int low_i ) const function in class:sc_core::sc_inout
1417 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh178 concat_get_ctrl(sc_digit *dst_p, int low_i) const function in class:sc_dt::sc_int_bitref_r
327 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const;
880 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const;
H A Dsc_uint_base.hh171 concat_get_ctrl(sc_digit *dst_p, int low_i) const function in class:sc_dt::sc_uint_bitref_r
314 virtual bool concat_get_ctrl(sc_digit *dst_p, int low_i) const;
813 virtual bool concat_get_ctrl(sc_digit *dst_p, int low_i) const;
H A Dsc_signed.hh723 concat_get_ctrl(sc_digit *dst_p, int low_i) const function in class:sc_dt::sc_signed_bitref_r
875 virtual bool concat_get_ctrl(sc_digit *dst_p, int low_i) const;
1071 virtual bool concat_get_ctrl(sc_digit *dst_p, int low_i) const;
H A Dsc_unsigned.hh631 concat_get_ctrl(sc_digit *dst_p, int low_i) const function in class:sc_dt::sc_unsigned_bitref_r
784 virtual bool concat_get_ctrl(sc_digit *dst_p, int low_i) const;
982 virtual bool concat_get_ctrl(sc_digit *dst_p, int low_i) const;

Completed in 101 milliseconds

12