Searched refs:b_not (Results 1 - 19 of 19) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.h249 sc_bit& b_not() function in class:sc_dt::sc_bit
318 inline const sc_bit b_not( const sc_bit& a ) function in namespace:sc_dt
324 inline void b_not( sc_bit& r, const sc_bit& a ) function in namespace:sc_dt
H A Dsc_bv_base.h194 sc_bv_base& b_not();
197 { sc_bv_base a( *this ); return a.b_not(); }
H A Dsc_bv_base.cpp164 sc_bv_base::b_not()
H A Dsc_logic.h252 sc_logic& b_not() function in class:sc_dt::sc_logic
H A Dsc_lv_base.h205 sc_lv_base& b_not()
206 { return sc_proxy<sc_lv_base>::b_not(); }
209 { sc_lv_base a( *this ); return a.b_not(); }
372 return a.b_not();
H A Dsc_proxy.h254 X& b_not();
1048 sc_proxy<X>::b_not() function in class:sc_dt::sc_proxy
H A Dsc_bit_proxies.h551 sc_bitref<X>& b_not();
2318 sc_bitref<X>::b_not() function in class:sc_dt::sc_bitref
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh233 b_not() function in class:sc_dt::sc_bit
298 inline const sc_bit b_not(const sc_bit &a) { return (~a); } function in namespace:sc_dt
301 inline void b_not(sc_bit &r, const sc_bit &a) { r = (~a); } function in namespace:sc_dt
H A Dsc_logic.hh229 b_not() function in class:sc_dt::sc_logic
H A Dsc_proxy.hh250 X &b_not();
920 sc_proxy<X>::b_not() function in class:sc_dt::sc_proxy
H A Dsc_lv_base.hh319 return a.b_not();
H A Dsc_bit_proxies.hh542 sc_bitref<X> &b_not();
2058 sc_bitref<X>::b_not() function in class:sc_dt::sc_bitref
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_bit/test01/
H A Dtest01.cpp140 // the following assertion is incorrect, because the b_not() method
142 /// sc_assert(b == b_not(b.b_not()));
143 b.b_not();
146 b_not(bx, b0);
148 b_not(bx, b1);
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/test01/
H A Dtest01.cpp136 cout << "sc_bv_base::b_not()" << endl;
140 a.b_not();
153 cout << "sc_lv_base::b_not()" << endl;
157 a.b_not();
170 cout << "sc_proxy<X>::b_not()" << endl;
174 (a( 3, 2 ), a( 1, 0 )).b_not();
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fix.h205 friend void b_not( sc_fix&, const sc_fix& );
440 friend void b_not( sc_fix_fast&, const sc_fix_fast& );
1042 b_not( sc_fix& c, const sc_fix& a ) function in namespace:sc_dt
1756 b_not( sc_fix_fast& c, const sc_fix_fast& a ) function in namespace:sc_dt
H A Dsc_ufix.h205 friend void b_not( sc_ufix&, const sc_ufix& );
440 friend void b_not( sc_ufix_fast&, const sc_ufix_fast& );
1045 b_not( sc_ufix& c, const sc_ufix& a ) function in namespace:sc_dt
1759 b_not( sc_ufix_fast& c, const sc_ufix_fast& a ) function in namespace:sc_dt
/gem5/ext/systemc/src/
H A Dsystemc.h308 using sc_dt::b_not;
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fix.hh151 friend void b_not(sc_fix &, const sc_fix &);
327 friend void b_not(sc_fix_fast &, const sc_fix_fast &);
699 b_not(sc_fix &c, const sc_fix &a) function in namespace:sc_dt
1186 b_not(sc_fix_fast &c, const sc_fix_fast &a) function in namespace:sc_dt
H A Dsc_ufix.hh151 friend void b_not(sc_ufix &, const sc_ufix &);
327 friend void b_not(sc_ufix_fast &, const sc_ufix_fast &);
711 b_not(sc_ufix &c, const sc_ufix &a) function in namespace:sc_dt
1197 b_not(sc_ufix_fast &c, const sc_ufix_fast &a) function in namespace:sc_dt

Completed in 47 milliseconds