Searched defs:nor_reduce (Results 1 - 16 of 16) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h453 sc_logic_value_t nor_reduce() const function in class:sc_dt::sc_proxy
1564 nor_reduce( const sc_proxy<X>& a ) function in namespace:sc_dt
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h387 bool nor_reduce() const function in class:sc_dt::sc_int_subref_r
804 bool nor_reduce() const function in class:sc_dt::sc_int_base
1157 nor_reduce( const sc_int_subref_r& a ) function in namespace:sc_dt
1340 nor_reduce( const sc_int_base& a ) function in namespace:sc_dt
H A Dsc_signed.h1341 bool nor_reduce() const function in class:sc_dt::sc_signed
2273 inline bool sc_signed_subref_r::nor_reduce() const function in class:sc_dt::sc_signed_subref_r
H A Dsc_uint_base.h371 bool nor_reduce() const function in class:sc_dt::sc_uint_subref_r
784 bool nor_reduce() const function in class:sc_dt::sc_uint_base
1127 nor_reduce( const sc_uint_subref_r& a ) function in namespace:sc_dt
1310 nor_reduce( const sc_uint_base& a ) function in namespace:sc_dt
H A Dsc_unsigned.h1241 bool nor_reduce() const function in class:sc_dt::sc_unsigned
2084 inline bool sc_unsigned_subref_r::nor_reduce() const function in class:sc_dt::sc_unsigned_subref_r
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h419 bool nor_reduce() const function in class:sc_dt::sc_concatref
488 nor_reduce( const sc_concatref& a ) function in namespace:sc_dt
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh398 value_type nor_reduce() const { return sc_logic::not_table[or_reduce()]; } function in class:sc_dt::sc_proxy
1356 nor_reduce(const sc_proxy<X> &a) function in namespace:sc_dt
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh344 bool nor_reduce() const { return !or_reduce(); } function in class:sc_dt::sc_int_subref_r
900 bool nor_reduce() const { return !or_reduce(); } function in class:sc_dt::sc_int_base
1186 nor_reduce(const sc_int_subref_r &a) function in namespace:sc_dt
1351 nor_reduce(const sc_int_base &a) function in namespace:sc_dt
H A Dsc_signed.hh1230 bool nor_reduce() const { return !or_reduce(); } function in class:sc_dt::sc_signed
2402 sc_signed_subref_r::nor_reduce() const function in class:sc_dt::sc_signed_subref_r
H A Dsc_uint_base.hh326 bool nor_reduce() const { return !or_reduce(); } function in class:sc_dt::sc_uint_subref_r
825 bool nor_reduce() const { return !or_reduce(); } function in class:sc_dt::sc_uint_base
1078 nor_reduce(const sc_uint_subref_r &a) function in namespace:sc_dt
1227 nor_reduce(const sc_uint_base &a) function in namespace:sc_dt
H A Dsc_unsigned.hh1134 bool nor_reduce() const { return !or_reduce(); } function in class:sc_dt::sc_unsigned
2102 sc_unsigned_subref_r::nor_reduce() const function in class:sc_dt::sc_unsigned_subref_r
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh414 bool nor_reduce() const { return value().nor_reduce(); } function in class:sc_dt::sc_concatref
456 inline bool nor_reduce(const sc_concatref &a) { return a.nor_reduce(); } function in namespace:sc_dt
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h913 inline bool nor_reduce() const function in class:sc_core::sc_in
1171 inline bool nor_reduce() const function in class:sc_core::sc_inout
H A Dscx_signal_signed.h1095 inline bool nor_reduce() const function in class:sc_core::sc_in
1353 inline bool nor_reduce() const function in class:sc_core::sc_inout
H A Dscx_signal_uint.h969 inline bool nor_reduce() const function in class:sc_core::sc_in
1229 inline bool nor_reduce() const function in class:sc_core::sc_inout
H A Dscx_signal_unsigned.h1091 inline bool nor_reduce() const function in class:sc_core::sc_in
1349 inline bool nor_reduce() const function in class:sc_core::sc_inout

Completed in 103 milliseconds