Searched refs:lshift (Results 1 - 9 of 9) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h208 void lshift( int );
398 c.lshift( b );
H A Dsc_fxval.h256 friend void lshift( sc_fxval&, const sc_fxval&, int );
592 friend void lshift( sc_fxval_fast&, const sc_fxval_fast&, int );
1090 lshift( sc_fxval& c, const sc_fxval& a, int b ) function in namespace:sc_dt
1288 m_rep->lshift( b );
1845 lshift( sc_fxval_fast& c, const sc_fxval_fast& a, int b ) function in namespace:sc_dt
H A Dsc_fxnum.h749 friend void lshift( sc_fxval&, const sc_fxnum&, int );
751 friend void lshift( sc_fxnum&, const sc_fxnum&, int );
1175 friend void lshift( sc_fxval_fast&, const sc_fxnum_fast&, int );
1177 friend void lshift( sc_fxnum_fast&, const sc_fxnum_fast&, int );
2988 lshift( sc_fxval& c, const sc_fxnum& a, int b ) function in namespace:sc_dt
3004 lshift( sc_fxnum& c, const sc_fxnum& a, int b ) function in namespace:sc_dt
3252 m_rep->lshift( b );
4107 lshift( sc_fxval_fast& c, const sc_fxnum_fast& a, int b ) function in namespace:sc_dt
4123 lshift( sc_fxnum_fast& c, const sc_fxnum_fast& a, int b ) function in namespace:sc_dt
H A Dscfx_rep.cpp1678 remainder.lshift( to_shift );
1729 scfx_rep::lshift( int n )
1770 lshift( -n );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh190 void lshift(int);
358 c.lshift(b);
H A Dsc_fxval.hh223 friend void lshift(sc_fxval &, const sc_fxval &, int);
508 friend void lshift(sc_fxval_fast &, const sc_fxval_fast &, int);
922 lshift(sc_fxval &c, const sc_fxval &a, int b) function in namespace:sc_dt
1095 m_rep->lshift(b);
1564 lshift(sc_fxval_fast &c, const sc_fxval_fast &a, int b) function in namespace:sc_dt
H A Dsc_fxnum.hh641 friend void lshift(sc_fxval &, const sc_fxnum &, int);
643 friend void lshift(sc_fxnum &, const sc_fxnum &, int);
1001 friend void lshift(sc_fxval_fast &, const sc_fxnum_fast &, int);
1003 friend void lshift(sc_fxnum_fast &, const sc_fxnum_fast &, int);
2536 lshift(sc_fxval &c, const sc_fxnum &a, int b) function in namespace:sc_dt
2550 lshift(sc_fxnum &c, const sc_fxnum &a, int b) function in namespace:sc_dt
2771 m_rep->lshift(b);
3493 lshift(sc_fxval_fast &c, const sc_fxnum_fast &a, int b) function in namespace:sc_dt
3507 lshift(sc_fxnum_fast &c, const sc_fxnum_fast &a, int b) function in namespace:sc_dt
/gem5/ext/pybind11/include/pybind11/
H A Doperators.h126 PYBIND11_BINARY_OPERATOR(lshift, rlshift, operator<<, l << r)
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1546 remainder.lshift(to_shift);
1593 scfx_rep::lshift(int n)
1630 lshift(-n);

Completed in 72 milliseconds