Searched refs:SC_WRAP_SM (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxdefs.cpp125 case SC_WRAP_SM:
126 return std::string( "SC_WRAP_SM" );
H A Dscfx_params.h123 if( m_enc == SC_US_ && m_type_params.o_mode() == SC_WRAP_SM )
126 "SC_WRAP_SM not defined for unsigned numbers" );
H A Dsc_fxdefs.h124 SC_WRAP_SM // sign magnitude wrap-around (*) enumerator in enum:sc_dt::sc_o_mode
H A Dsc_fxnum.cpp554 case SC_WRAP_SM: // sign magnitude wrap-around
H A Dscfx_rep.cpp2160 case SC_WRAP_SM: // sign magnitude wrap-around
/gem5/src/systemc/dt/fx/
H A Dsc_fxdefs.cc119 case SC_WRAP_SM:
120 return std::string("SC_WRAP_SM");
H A Dsc_fxnum.cc504 case SC_WRAP_SM: // sign magnitude wrap-around
H A Dscfx_rep.cc1964 case SC_WRAP_SM: // sign magnitude wrap-around
/gem5/src/systemc/ext/dt/fx/
H A D_using.hh65 using sc_dt::SC_WRAP_SM;
H A Dscfx_params.hh104 if (m_enc == SC_US_ && m_type_params.o_mode() == SC_WRAP_SM) {
H A Dsc_fxdefs.hh123 SC_WRAP_SM // sign magnitude wrap-around (*) enumerator in enum:sc_dt::sc_o_mode
/gem5/ext/systemc/src/
H A Dsystemc.h292 using sc_dt::SC_WRAP_SM;

Completed in 29 milliseconds