Searched refs:b_xor (Results 1 - 8 of 8) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/bit/sc_bit/test01/
H A Dtest01.cpp182 cout << b_xor(b0,b0) << b_xor(b0,b1) << b_xor(b1,b0) << b_xor(b1,b1)
187 cout << b_xor(b0,0) << b_xor(b0,1) << b_xor(b1,0) << b_xor(b1,1) << endl;
193 cout << b_xor(b0,'0') << b_xor(b
[all...]
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.h352 inline const sc_bit b_xor ( const sc_bit& a, const sc_bit& b ) function in namespace:sc_dt
357 DEFN_BIN_FUN(const sc_bit,b_xor)
376 DEFN_TRN_FUN( b_xor )
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh330 inline const sc_bit b_xor(const sc_bit &a, const sc_bit &b) { return a ^ b; } function in namespace:sc_dt
334 DEFN_BIN_FUN(const sc_bit,b_xor)
355 DEFN_TRN_FUN(b_xor)
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fix.h229 friend void b_xor( sc_fix&, const sc_fix&, const sc_fix& );
230 friend void b_xor( sc_fix&, const sc_fix&, const sc_fix_fast& );
231 friend void b_xor( sc_fix&, const sc_fix_fast&, const sc_fix& );
457 friend void b_xor( sc_fix_fast&, const sc_fix_fast&, const sc_fix_fast& );
1111 DEFN_BIN_FNC_T(b_xor,!=,sc_fix,sc_fix)
1112 DEFN_BIN_FNC_T(b_xor,!=,sc_fix,sc_fix_fast)
1113 DEFN_BIN_FNC_T(b_xor,!=,sc_fix_fast,sc_fix)
1811 DEFN_BIN_FNC_T(b_xor,!=,sc_fix_fast,sc_fix_fast)
H A Dsc_ufix.h229 friend void b_xor( sc_ufix&, const sc_ufix&, const sc_ufix& );
230 friend void b_xor( sc_ufix&, const sc_ufix&, const sc_ufix_fast& );
231 friend void b_xor( sc_ufix&, const sc_ufix_fast&, const sc_ufix& );
459 friend void b_xor( sc_ufix_fast&, const sc_ufix_fast&,
1114 DEFN_BIN_FNC_T(b_xor,!=,sc_ufix,sc_ufix)
1115 DEFN_BIN_FNC_T(b_xor,!=,sc_ufix,sc_ufix_fast)
1116 DEFN_BIN_FNC_T(b_xor,!=,sc_ufix_fast,sc_ufix)
1814 DEFN_BIN_FNC_T(b_xor,!=,sc_ufix_fast,sc_ufix_fast)
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fix.hh171 friend void b_xor(sc_fix &, const sc_fix &, const sc_fix &);
172 friend void b_xor(sc_fix &, const sc_fix &, const sc_fix_fast &);
173 friend void b_xor(sc_fix &, const sc_fix_fast &, const sc_fix &);
340 friend void b_xor(sc_fix_fast &, const sc_fix_fast &, const sc_fix_fast &);
762 DEFN_BIN_FNC_T(b_xor, !=, sc_fix, sc_fix)
763 DEFN_BIN_FNC_T(b_xor, !=, sc_fix, sc_fix_fast)
764 DEFN_BIN_FNC_T(b_xor, !=, sc_fix_fast, sc_fix)
1235 DEFN_BIN_FNC_T(b_xor, !=, sc_fix_fast, sc_fix_fast)
H A Dsc_ufix.hh171 friend void b_xor(sc_ufix &, const sc_ufix &, const sc_ufix &);
172 friend void b_xor(sc_ufix &, const sc_ufix &, const sc_ufix_fast &);
173 friend void b_xor(sc_ufix &, const sc_ufix_fast &, const sc_ufix &);
346 friend void b_xor(sc_ufix_fast &, const sc_ufix_fast &,
774 DEFN_BIN_FNC_T(b_xor, !=, sc_ufix, sc_ufix)
775 DEFN_BIN_FNC_T(b_xor, !=, sc_ufix, sc_ufix_fast)
776 DEFN_BIN_FNC_T(b_xor, !=, sc_ufix_fast, sc_ufix)
1246 DEFN_BIN_FNC_T(b_xor, !=, sc_ufix_fast, sc_ufix_fast)
/gem5/ext/systemc/src/
H A Dsystemc.h311 using sc_dt::b_xor;

Completed in 35 milliseconds