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

/gem5/src/systemc/tests/systemc/datatypes/bit/sc_bit/test01/
H A Dtest01.cpp180 cout << b_and(b0,b0) << b_and(b0,b1) << b_and(b1,b0) << b_and(b1,b1)
186 cout << b_and(b0,0) << b_and(b0,1) << b_and(b1,0) << b_and(b1,1) << endl;
191 cout << b_and(b0,'0') << b_and(b
[all...]
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.h346 inline const sc_bit b_and ( const sc_bit& a, const sc_bit& b ) function in namespace:sc_dt
355 DEFN_BIN_FUN(const sc_bit,b_and)
374 DEFN_TRN_FUN( b_and )
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh328 inline const sc_bit b_and(const sc_bit &a, const sc_bit &b) { return a & b; } function in namespace:sc_dt
332 DEFN_BIN_FUN(const sc_bit,b_and)
353 DEFN_TRN_FUN(b_and)
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fix.h223 friend void b_and( sc_fix&, const sc_fix&, const sc_fix& );
224 friend void b_and( sc_fix&, const sc_fix&, const sc_fix_fast& );
225 friend void b_and( sc_fix&, const sc_fix_fast&, const sc_fix& );
455 friend void b_and( sc_fix_fast&, const sc_fix_fast&, const sc_fix_fast& );
1103 DEFN_BIN_FNC_T(b_and,&&,sc_fix,sc_fix)
1104 DEFN_BIN_FNC_T(b_and,&&,sc_fix,sc_fix_fast)
1105 DEFN_BIN_FNC_T(b_and,&&,sc_fix_fast,sc_fix)
1809 DEFN_BIN_FNC_T(b_and,&&,sc_fix_fast,sc_fix_fast)
H A Dsc_ufix.h223 friend void b_and( sc_ufix&, const sc_ufix&, const sc_ufix& );
224 friend void b_and( sc_ufix&, const sc_ufix&, const sc_ufix_fast& );
225 friend void b_and( sc_ufix&, const sc_ufix_fast&, const sc_ufix& );
455 friend void b_and( sc_ufix_fast&, const sc_ufix_fast&,
1106 DEFN_BIN_FNC_T(b_and,&&,sc_ufix,sc_ufix)
1107 DEFN_BIN_FNC_T(b_and,&&,sc_ufix,sc_ufix_fast)
1108 DEFN_BIN_FNC_T(b_and,&&,sc_ufix_fast,sc_ufix)
1812 DEFN_BIN_FNC_T(b_and,&&,sc_ufix_fast,sc_ufix_fast)
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fix.hh165 friend void b_and(sc_fix &, const sc_fix &, const sc_fix &);
166 friend void b_and(sc_fix &, const sc_fix &, const sc_fix_fast &);
167 friend void b_and(sc_fix &, const sc_fix_fast &, const sc_fix &);
338 friend void b_and(sc_fix_fast &, const sc_fix_fast &, const sc_fix_fast &);
754 DEFN_BIN_FNC_T(b_and, &&, sc_fix, sc_fix)
755 DEFN_BIN_FNC_T(b_and, &&, sc_fix, sc_fix_fast)
756 DEFN_BIN_FNC_T(b_and, &&, sc_fix_fast, sc_fix)
1233 DEFN_BIN_FNC_T(b_and, &&, sc_fix_fast, sc_fix_fast)
H A Dsc_ufix.hh165 friend void b_and(sc_ufix &, const sc_ufix &, const sc_ufix &);
166 friend void b_and(sc_ufix &, const sc_ufix &, const sc_ufix_fast &);
167 friend void b_and(sc_ufix &, const sc_ufix_fast &, const sc_ufix &);
342 friend void b_and(sc_ufix_fast &, const sc_ufix_fast &,
766 DEFN_BIN_FNC_T(b_and, &&, sc_ufix, sc_ufix)
767 DEFN_BIN_FNC_T(b_and, &&, sc_ufix, sc_ufix_fast)
768 DEFN_BIN_FNC_T(b_and, &&, sc_ufix_fast, sc_ufix)
1244 DEFN_BIN_FNC_T(b_and, &&, sc_ufix_fast, sc_ufix_fast)
/gem5/ext/systemc/src/
H A Dsystemc.h309 using sc_dt::b_and;

Completed in 30 milliseconds