Lines Matching defs:read

169     // perform a part read.
204 // read the current value
205 virtual const sc_dt::sc_int<W>& read() const = 0;
323 virtual inline const sc_dt::sc_int<W>& read() const;
628 inline const sc_dt::sc_int<W>& sc_signal<sc_dt::sc_int<W> >::read() const
860 { return (*this)->read()[i]; }
862 { return (*this)->read()[i]; }
864 { return (*this)->read()(left,right); }
866 { return (*this)->read()(left,right); }
883 // read the current value
885 const sc_dt::sc_int<W>& read() const
886 { return (*this)->read(); }
889 { return (sc_dt::int64)(*this)->read(); }
910 { return (*this)->read().and_reduce(); }
912 { return (*this)->read().nand_reduce(); }
914 { return (*this)->read().nor_reduce(); }
916 { return (*this)->read().or_reduce(); }
918 { return (*this)->read().xnor_reduce(); }
920 { return (*this)->read().xor_reduce(); }
932 sc_trace( p->tf, read(), p->name );
957 { return (*this)->read().concat_length( xz_present_p ); }
959 { return (*this)->read().concat_get_uint64(); }
962 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
965 { return (*this)->read().concat_get_data(dst_p, low_i); }
992 // read() to a C++ intrinsic data type will work.
1003 a.read().print( os );
1110 { return (*this)->read()[i]; }
1112 { return (*this)->read()[i]; }
1118 { return (*this)->read()(left,right); }
1120 { return (*this)->read()(left,right); }
1141 // read the current value
1143 const sc_dt::sc_int<W>& read() const
1144 { return (*this)->read(); }
1147 { return (sc_dt::int64)(*this)->read(); }
1168 { return (*this)->read().and_reduce(); }
1170 { return (*this)->read().nand_reduce(); }
1172 { return (*this)->read().nor_reduce(); }
1174 { return (*this)->read().or_reduce(); }
1176 { return (*this)->read().xnor_reduce(); }
1178 { return (*this)->read().xor_reduce(); }
1195 sc_trace( p->tf, read(), p->name );
1235 { return (*this)->read().concat_length( xz_present_p ); }
1237 { return (*this)->read().concat_get_uint64(); }
1240 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1243 { return (*this)->read().concat_get_data(dst_p, low_i); }
1326 // read() to a C++ intrinsic data type will work.
1338 a.read().print( os );