Searched refs:nor_reduce (Results 1 - 24 of 24) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/int/reduce/test01/
H A Dtest01.cpp55 cout << a.nor_reduce() << endl;
64 cout << a( 7, 0 ).nor_reduce() << endl;
73 cout << ( a( 7, 0 ), a( 15, 8 ) ).nor_reduce() << endl;
84 cout << b.nor_reduce() << endl;
93 cout << b( 7, 0 ).nor_reduce() << endl;
102 cout << ( b( 7, 0 ), b( 15, 8 ) ).nor_reduce() << endl;
/gem5/src/systemc/tests/systemc/datatypes/int/reduce/test02/
H A Dtest02.cpp55 cout << nor_reduce( a ) << endl;
64 cout << nor_reduce( a( 7, 0 ) ) << endl;
73 cout << nor_reduce( ( a( 7, 0 ), a( 15, 8 ) ) ) << endl;
84 cout << nor_reduce( b ) << endl;
93 cout << nor_reduce( b( 7, 0 ) ) << endl;
102 cout << nor_reduce( ( b( 7, 0 ), b( 15, 8 ) ) ) << endl;
/gem5/src/systemc/tests/systemc/datatypes/int/reduce/test03/
H A Dtest03.cpp55 cout << a.nor_reduce() << endl;
64 cout << a( 7, 0 ).nor_reduce() << endl;
73 cout << ( a( 7, 0 ), a( 15, 8 ) ).nor_reduce() << endl;
84 cout << b.nor_reduce() << endl;
93 cout << b( 7, 0 ).nor_reduce() << endl;
102 cout << ( b( 7, 0 ), b( 15, 8 ) ).nor_reduce() << endl;
/gem5/src/systemc/tests/systemc/misc/synth/reduce/
H A Dreduce.cpp47 r = (r << 1) | x.nor_reduce();
54 r = (r << 1) | nor_reduce(x);
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h419 bool nor_reduce() const function in class:sc_dt::sc_concatref
420 { return value().nor_reduce(); }
488 nor_reduce( const sc_concatref& a ) function in namespace:sc_dt
490 return a.nor_reduce();
/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/systemc/datatypes/bit/sc_bitref/test01/
H A Dtest_bitref.cpp116 sc_assert( !bv.nor_reduce() );
/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
1159 return a.nor_reduce();
1340 nor_reduce( const sc_int_base& a ) function in namespace:sc_dt
1342 return a.nor_reduce();
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
1129 return a.nor_reduce();
1310 nor_reduce( const sc_uint_base& a ) function in namespace:sc_dt
1312 return a.nor_reduce();
H A Dsc_signed.h972 bool nor_reduce() const;
1341 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_unsigned.h877 bool nor_reduce() const;
1241 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/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
1188 return a.nor_reduce();
1351 nor_reduce(const sc_int_base &a) function in namespace:sc_dt
1353 return a.nor_reduce();
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
1080 return a.nor_reduce();
1227 nor_reduce(const sc_uint_base &a) function in namespace:sc_dt
1229 return a.nor_reduce();
H A Dsc_signed.hh882 bool nor_reduce() const;
1230 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_unsigned.hh791 bool nor_reduce() const;
1134 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/tests/include/specialized_signals/
H A Dscx_signal_int.h913 inline bool nor_reduce() const function in class:sc_core::sc_in
914 { return (*this)->read().nor_reduce(); }
1171 inline bool nor_reduce() const function in class:sc_core::sc_inout
1172 { return (*this)->read().nor_reduce(); }
H A Dscx_signal_uint.h969 inline bool nor_reduce() const function in class:sc_core::sc_in
970 { return (*this)->read().nor_reduce(); }
1229 inline bool nor_reduce() const function in class:sc_core::sc_inout
1230 { return (*this)->read().nor_reduce(); }
H A Dscx_signal_signed.h1095 inline bool nor_reduce() const function in class:sc_core::sc_in
1096 { return (*this)->read().nor_reduce(); }
1353 inline bool nor_reduce() const function in class:sc_core::sc_inout
1354 { return (*this)->read().nor_reduce(); }
H A Dscx_signal_unsigned.h1091 inline bool nor_reduce() const function in class:sc_core::sc_in
1092 { return (*this)->read().nor_reduce(); }
1349 inline bool nor_reduce() const function in class:sc_core::sc_inout
1350 { return (*this)->read().nor_reduce(); }
/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
1358 return a.nor_reduce();
/gem5/ext/systemc/src/
H A Dsystemc.h320 using sc_dt::nor_reduce;
/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
1566 return a.nor_reduce();
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h339 bool nor_reduce() const;
502 bool nor_reduce() const;
2058 DEFN_RED_FNC(nor_reduce)
2409 DEFN_RED_FNC(nor_reduce)
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh302 bool nor_reduce() const;
437 bool nor_reduce() const;
1762 DEFN_RED_FNC(nor_reduce)
2056 DEFN_RED_FNC(nor_reduce)

Completed in 132 milliseconds