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

/gem5/src/systemc/tests/systemc/datatypes/bit/sc_bit/test01/
H A Dtest01.cpp179 cout << b_or(b0,b0) << b_or(b0,b1) << b_or(b1,b0) << b_or(b1,b1) << endl;
185 cout << b_or(b0,0) << b_or(b0,1) << b_or(b1,0) << b_or(b1,1) << endl;
189 cout << b_or(b0,'0') << b_or(b
[all...]
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.h349 inline const sc_bit b_or ( const sc_bit& a, const sc_bit& b ) function in namespace:sc_dt
356 DEFN_BIN_FUN(const sc_bit,b_or)
375 DEFN_TRN_FUN( b_or )
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh329 inline const sc_bit b_or(const sc_bit &a, const sc_bit &b) { return a | b; } function in namespace:sc_dt
333 DEFN_BIN_FUN(const sc_bit,b_or)
354 DEFN_TRN_FUN(b_or)
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fix.h226 friend void b_or ( sc_fix&, const sc_fix&, const sc_fix& );
227 friend void b_or ( sc_fix&, const sc_fix&, const sc_fix_fast& );
228 friend void b_or ( sc_fix&, const sc_fix_fast&, const sc_fix& );
456 friend void b_or ( sc_fix_fast&, const sc_fix_fast&, const sc_fix_fast& );
1107 DEFN_BIN_FNC_T(b_or,||,sc_fix,sc_fix)
1108 DEFN_BIN_FNC_T(b_or,||,sc_fix,sc_fix_fast)
1109 DEFN_BIN_FNC_T(b_or,||,sc_fix_fast,sc_fix)
1810 DEFN_BIN_FNC_T(b_or,||,sc_fix_fast,sc_fix_fast)
H A Dsc_ufix.h226 friend void b_or ( sc_ufix&, const sc_ufix&, const sc_ufix& );
227 friend void b_or ( sc_ufix&, const sc_ufix&, const sc_ufix_fast& );
228 friend void b_or ( sc_ufix&, const sc_ufix_fast&, const sc_ufix& );
457 friend void b_or ( sc_ufix_fast&, const sc_ufix_fast&,
1110 DEFN_BIN_FNC_T(b_or,||,sc_ufix,sc_ufix)
1111 DEFN_BIN_FNC_T(b_or,||,sc_ufix,sc_ufix_fast)
1112 DEFN_BIN_FNC_T(b_or,||,sc_ufix_fast,sc_ufix)
1813 DEFN_BIN_FNC_T(b_or,||,sc_ufix_fast,sc_ufix_fast)
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fix.hh168 friend void b_or(sc_fix &, const sc_fix &, const sc_fix &);
169 friend void b_or(sc_fix &, const sc_fix &, const sc_fix_fast &);
170 friend void b_or(sc_fix &, const sc_fix_fast &, const sc_fix &);
339 friend void b_or(sc_fix_fast &, const sc_fix_fast &, const sc_fix_fast &);
758 DEFN_BIN_FNC_T(b_or, ||, sc_fix, sc_fix)
759 DEFN_BIN_FNC_T(b_or, ||, sc_fix, sc_fix_fast)
760 DEFN_BIN_FNC_T(b_or, ||, sc_fix_fast, sc_fix)
1234 DEFN_BIN_FNC_T(b_or, ||, sc_fix_fast, sc_fix_fast)
H A Dsc_ufix.hh168 friend void b_or(sc_ufix &, const sc_ufix &, const sc_ufix &);
169 friend void b_or(sc_ufix &, const sc_ufix &, const sc_ufix_fast &);
170 friend void b_or(sc_ufix &, const sc_ufix_fast &, const sc_ufix &);
344 friend void b_or(sc_ufix_fast &, const sc_ufix_fast &,
770 DEFN_BIN_FNC_T(b_or, ||, sc_ufix, sc_ufix)
771 DEFN_BIN_FNC_T(b_or, ||, sc_ufix, sc_ufix_fast)
772 DEFN_BIN_FNC_T(b_or, ||, sc_ufix_fast, sc_ufix)
1245 DEFN_BIN_FNC_T(b_or, ||, sc_ufix_fast, sc_ufix_fast)
/gem5/ext/systemc/src/
H A Dsystemc.h310 using sc_dt::b_or;

Completed in 31 milliseconds