Lines Matching defs:read

205     // perform a part read.
244 // read the current value
245 virtual const sc_dt::sc_biguint<W>& read() const = 0;
369 virtual inline const sc_dt::sc_biguint<W>& read() const;
771 inline const sc_dt::sc_biguint<W>& sc_signal<sc_dt::sc_biguint<W> >::read() const
1038 { return (*this)->read()[i]; }
1040 { return (*this)->read()[i]; }
1042 { return (*this)->read()(left,right); }
1044 { return (*this)->read()(left,right); }
1061 // read the current value
1063 const sc_dt::sc_biguint<W>& read() const
1064 { return (*this)->read(); }
1067 { return (*this)->read(); }
1088 { return (*this)->read().and_reduce(); }
1090 { return (*this)->read().nand_reduce(); }
1092 { return (*this)->read().nor_reduce(); }
1094 { return (*this)->read().or_reduce(); }
1096 { return (*this)->read().xnor_reduce(); }
1098 { return (*this)->read().xor_reduce(); }
1110 sc_trace( p->tf, read(), p->name );
1135 { return (*this)->read().concat_length( xz_present_p ); }
1137 { return (*this)->read().concat_get_uint64(); }
1139 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1141 { return (*this)->read().concat_get_data(dst_p, low_i); }
1168 // read() to a C++ intrinsic data type will work.
1180 a.read().print( os );
1288 { return (*this)->read()[i]; }
1290 { return (*this)->read()[i]; }
1296 { return (*this)->read()(left,right); }
1298 { return (*this)->read()(left,right); }
1319 // read the current value
1321 const sc_dt::sc_biguint<W>& read() const
1322 { return (*this)->read(); }
1325 { return (*this)->read(); }
1346 { return (*this)->read().and_reduce(); }
1348 { return (*this)->read().nand_reduce(); }
1350 { return (*this)->read().nor_reduce(); }
1352 { return (*this)->read().or_reduce(); }
1354 { return (*this)->read().xnor_reduce(); }
1356 { return (*this)->read().xor_reduce(); }
1373 sc_trace( p->tf, read(), p->name );
1413 { return (*this)->read().concat_length( xz_present_p ); }
1415 { return (*this)->read().concat_get_uint64(); }
1417 { return (*this)->read().concat_get_ctrl(dst_p, low_i); }
1419 { return (*this)->read().concat_get_data(dst_p, low_i); }
1473 { (*this)->write( new_val.read() ); }
1475 { (*this)->write( new_val.read() ); }
1504 // read() to a C++ intrinsic data type will work.
1516 a.read().print( os );