Lines Matching defs:read

201     // perform a part read.
236 // read the current value
237 virtual const sc_dt::sc_uint<W>& read() const = 0;
355 virtual inline const sc_dt::sc_uint<W>& read() const;
673 inline const sc_dt::sc_uint<W>& sc_signal<sc_dt::sc_uint<W> >::read() const
916 { return (*this)->read()[i]; }
918 { return (*this)->read()[i]; }
920 { return (*this)->read()(left,right); }
922 { return (*this)->read()(left,right); }
939 // read the current value
941 const sc_dt::sc_uint<W>& read() const
942 { return (*this)->read(); }
945 { return (sc_dt::uint64)(*this)->read(); }
966 { return (*this)->read().and_reduce(); }
968 { return (*this)->read().nand_reduce(); }
970 { return (*this)->read().nor_reduce(); }
972 { return (*this)->read().or_reduce(); }
974 { return (*this)->read().xnor_reduce(); }
976 { return (*this)->read().xor_reduce(); }
988 sc_trace( p->tf, read(), p->name );
1013 { return (*this)->read().concat_length( xz_present_p ); }
1015 { return (*this)->read().concat_get_uint64(); }
1018 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1021 { return (*this)->read().concat_get_data(dst_p, low_i); }
1048 // read() to a C++ intrinsic data type will work.
1060 a.read().print( os );
1168 { return (*this)->read()[i]; }
1170 { return (*this)->read()[i]; }
1176 { return (*this)->read()(left,right); }
1178 { return (*this)->read()(left,right); }
1199 // read the current value
1201 const sc_dt::sc_uint<W>& read() const
1202 { return (*this)->read(); }
1205 { return (sc_dt::uint64)(*this)->read(); }
1226 { return (*this)->read().and_reduce(); }
1228 { return (*this)->read().nand_reduce(); }
1230 { return (*this)->read().nor_reduce(); }
1232 { return (*this)->read().or_reduce(); }
1234 { return (*this)->read().xnor_reduce(); }
1236 { return (*this)->read().xor_reduce(); }
1253 sc_trace( p->tf, read(), p->name );
1293 { return (*this)->read().concat_length( xz_present_p ); }
1295 { return (*this)->read().concat_get_uint64(); }
1298 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1301 { return (*this)->read().concat_get_data(dst_p, low_i); }
1382 // read() to a C++ intrinsic data type will work.
1394 a.read().print( os );