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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h209 void rshift( int );
407 c.rshift( b );
H A Dsc_fxval.h257 friend void rshift( sc_fxval&, const sc_fxval&, int );
593 friend void rshift( sc_fxval_fast&, const sc_fxval_fast&, int );
1100 rshift( sc_fxval& c, const sc_fxval& a, int b ) function in namespace:sc_dt
1298 m_rep->rshift( b );
1854 rshift( sc_fxval_fast& c, const sc_fxval_fast& a, int b ) function in namespace:sc_dt
H A Dsc_fxnum.h750 friend void rshift( sc_fxval&, const sc_fxnum&, int );
752 friend void rshift( sc_fxnum&, const sc_fxnum&, int );
1176 friend void rshift( sc_fxval_fast&, const sc_fxnum_fast&, int );
1178 friend void rshift( sc_fxnum_fast&, const sc_fxnum_fast&, int );
2996 rshift( sc_fxval& c, const sc_fxnum& a, int b ) function in namespace:sc_dt
3015 rshift( sc_fxnum& c, const sc_fxnum& a, int b ) function in namespace:sc_dt
3263 m_rep->rshift( b );
4115 rshift( sc_fxval_fast& c, const sc_fxnum_fast& a, int b ) function in namespace:sc_dt
4133 rshift( sc_fxnum_fast& c, const sc_fxnum_fast& a, int b ) function in namespace:sc_dt
H A Dscfx_rep.cpp1736 rshift( -n );
1763 scfx_rep::rshift( int n )
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh191 void rshift(int);
366 c.rshift(b);
H A Dsc_fxval.hh224 friend void rshift(sc_fxval &, const sc_fxval &, int);
509 friend void rshift(sc_fxval_fast &, const sc_fxval_fast &, int);
931 rshift(sc_fxval &c, const sc_fxval &a, int b) function in namespace:sc_dt
1104 m_rep->rshift(b);
1572 rshift(sc_fxval_fast &c, const sc_fxval_fast &a, int b) function in namespace:sc_dt
H A Dsc_fxnum.hh642 friend void rshift(sc_fxval &, const sc_fxnum &, int);
644 friend void rshift(sc_fxnum &, const sc_fxnum &, int);
1002 friend void rshift(sc_fxval_fast &, const sc_fxnum_fast &, int);
1004 friend void rshift(sc_fxnum_fast &, const sc_fxnum_fast &, int);
2543 rshift(sc_fxval &c, const sc_fxnum &a, int b) function in namespace:sc_dt
2560 rshift(sc_fxnum &c, const sc_fxnum &a, int b) function in namespace:sc_dt
2781 m_rep->rshift(b);
3500 rshift(sc_fxval_fast &c, const sc_fxnum_fast &a, int b) function in namespace:sc_dt
3516 rshift(sc_fxnum_fast &c, const sc_fxnum_fast &a, int b) function in namespace:sc_dt
/gem5/ext/pybind11/include/pybind11/
H A Doperators.h127 PYBIND11_BINARY_OPERATOR(rshift, rrshift, operator>>, l >> r)
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1599 rshift(-n);
1624 scfx_rep::rshift(int n)

Completed in 63 milliseconds