Searched refs:SC_US_ (Results 1 - 16 of 16) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_ufix.h542 SC_US_,
551 SC_US_,
560 SC_US_,
569 SC_US_,
578 SC_US_,
587 SC_US_,
596 SC_US_,
606 SC_US_,
616 SC_US_,
626 SC_US_,
[all...]
H A Dsc_fxdefs.cpp67 case SC_US_:
68 return std::string( "SC_US_" );
H A Dscfx_params.h123 if( m_enc == SC_US_ && m_type_params.o_mode() == SC_WRAP_SM )
H A Dsc_fxdefs.h68 SC_US_ // unsigned enumerator in enum:sc_dt::sc_enc
H A Dscfx_rep.cpp1107 else if( params->enc() == SC_US_ &&
2149 o_set_low( x, SC_US_ );
2162 SC_ERROR_IF_( enc == SC_US_,
2840 enc = SC_US_;
2864 enc = SC_US_;
H A Dsc_fxnum.cpp556 SC_ERROR_IF_( params.enc() == SC_US_,
H A Dsc_fxval.cpp370 else if( params->enc() == SC_US_ &&
H A Dscfx_rep.h530 if( enc == SC_US_ || ( m_mant[wi] & ( ((word)1) << bi ) ) == 0 )
/gem5/src/systemc/ext/dt/fx/
H A Dsc_ufix.hh417 sc_fxnum(sc_fxtype_params(), SC_US_, sc_fxcast_switch(), observer_)
421 sc_fxnum(sc_fxtype_params(wl_, iwl_), SC_US_, sc_fxcast_switch(),
427 sc_fxnum(sc_fxtype_params(qm, om), SC_US_, sc_fxcast_switch(),
434 sc_fxnum(sc_fxtype_params(qm, om, nb), SC_US_, sc_fxcast_switch(),
440 sc_fxnum(sc_fxtype_params(wl_, iwl_, qm, om), SC_US_,
446 sc_fxnum(sc_fxtype_params(wl_, iwl_, qm, om, nb), SC_US_,
452 sc_fxnum(sc_fxtype_params(), SC_US_, cast_sw, observer_)
457 sc_fxnum(sc_fxtype_params(wl_, iwl_), SC_US_, cast_sw, observer_)
463 sc_fxnum(sc_fxtype_params(qm, om), SC_US_, cast_sw, observer_)
469 sc_fxnum(sc_fxtype_params(qm, om, nb), SC_US_, cast_s
[all...]
H A Dscfx_params.hh104 if (m_enc == SC_US_ && m_type_params.o_mode() == SC_WRAP_SM) {
H A Dsc_fxdefs.hh73 SC_US_ // unsigned enumerator in enum:sc_dt::sc_enc
H A Dscfx_rep.hh447 if (enc == SC_US_ || (m_mant[wi] & (((word)1) << bi)) == 0) {
/gem5/src/systemc/dt/fx/
H A Dsc_fxdefs.cc65 case SC_US_:
66 return std::string("SC_US_");
H A Dscfx_rep.cc1037 } else if (params->enc() == SC_US_ &&
1953 o_set_low(x, SC_US_);
1966 SC_ERROR_IF_(enc == SC_US_,
2582 enc = SC_US_;
2602 enc = SC_US_;
H A Dsc_fxnum.cc506 SC_ERROR_IF_(params.enc() == SC_US_,
H A Dsc_fxval.cc342 } else if (params->enc() == SC_US_ &&

Completed in 48 milliseconds