Searched refs:xor_reduce (Results 26 - 34 of 34) sorted by relevance

12

/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_vector_datatype/
H A Dstd_ulogic_vector_datatype.cpp418 // and_reduce() or_reduce() xor_reduce()
601 r44 = xor_reduce(op1); // XOR reduction
648 << "\n" << op1 << "\t xor_reduce() \t = " << r44
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.h973 bool xor_reduce() const ;
1344 bool xor_reduce() const;
1347 { return ( ! xor_reduce() ); }
2278 inline bool sc_signed_subref_r::xor_reduce() const function in class:sc_dt::sc_signed_subref_r
2290 return !xor_reduce();
H A Dsc_unsigned.h878 bool xor_reduce() const ;
1244 bool xor_reduce() const;
1247 { return ( ! xor_reduce() ); }
2089 inline bool sc_unsigned_subref_r::xor_reduce() const function in class:sc_dt::sc_unsigned_subref_r
2101 return !xor_reduce();
H A Dsc_unsigned.cpp440 bool sc_unsigned::xor_reduce() const function in class:sc_dt::sc_unsigned
H A Dsc_signed.cpp455 bool sc_signed::xor_reduce() const function in class:sc_dt::sc_signed
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h340 bool xor_reduce() const;
503 bool xor_reduce() const;
2059 DEFN_RED_FNC(xor_reduce)
2410 DEFN_RED_FNC(xor_reduce)
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh303 bool xor_reduce() const;
438 bool xor_reduce() const;
1763 DEFN_RED_FNC(xor_reduce)
2057 DEFN_RED_FNC(xor_reduce)
/gem5/src/systemc/dt/int/
H A Dsc_unsigned.cc420 sc_unsigned::xor_reduce() const function in class:sc_dt::sc_unsigned
H A Dsc_signed.cc420 sc_signed::xor_reduce() const function in class:sc_dt::sc_signed

Completed in 89 milliseconds

12