Lines Matching defs:read

215     // perform a part read.
254 // read the current value
255 virtual const sc_dt::sc_bigint<W>& read() const = 0;
379 virtual inline const sc_dt::sc_bigint<W>& read() const;
774 SC_TEMPLATE // Return a pointer to the read target for part selections.
779 inline const sc_dt::sc_bigint<W>& sc_signal<sc_dt::sc_bigint<W> >::read() const
1042 { return (*this)->read()[i]; }
1044 { return (*this)->read()[i]; }
1046 { return (*this)->read()(left,right); }
1048 { return (*this)->read()(left,right); }
1065 // read the current value
1067 const sc_dt::sc_bigint<W>& read() const
1068 { return (*this)->read(); }
1071 { return (*this)->read(); }
1092 { return (*this)->read().and_reduce(); }
1094 { return (*this)->read().nand_reduce(); }
1096 { return (*this)->read().nor_reduce(); }
1098 { return (*this)->read().or_reduce(); }
1100 { return (*this)->read().xnor_reduce(); }
1102 { return (*this)->read().xor_reduce(); }
1114 sc_trace( p->tf, read(), p->name );
1139 { return (*this)->read().concat_length( xz_present_p ); }
1141 { return (*this)->read().concat_get_uint64(); }
1143 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1145 { return (*this)->read().concat_get_data(dst_p, low_i); }
1172 // read() to a C++ intrinsic data type will work.
1184 a.read().print( os );
1292 { return (*this)->read()[i]; }
1294 { return (*this)->read()[i]; }
1300 { return (*this)->read()(left,right); }
1302 { return (*this)->read()(left,right); }
1323 // read the current value
1325 const sc_dt::sc_bigint<W>& read() const
1326 { return (*this)->read(); }
1329 { return (*this)->read(); }
1350 { return (*this)->read().and_reduce(); }
1352 { return (*this)->read().nand_reduce(); }
1354 { return (*this)->read().nor_reduce(); }
1356 { return (*this)->read().or_reduce(); }
1358 { return (*this)->read().xnor_reduce(); }
1360 { return (*this)->read().xor_reduce(); }
1377 sc_trace( p->tf, read(), p->name );
1417 { return (*this)->read().concat_length( xz_present_p ); }
1419 { return (*this)->read().concat_get_uint64(); }
1421 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1423 { return (*this)->read().concat_get_data(dst_p, low_i); }
1440 { (*this)->write( new_val.read() ); }
1476 { (*this)->write( new_val.read() ); }
1478 { (*this)->write( new_val.read() ); }
1507 // read() to a C++ intrinsic data type will work.
1519 a.read().print( os );