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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_utils.h149 return SC_BIN_US;
299 case SC_BIN_US:
381 case SC_BIN_US:
460 case SC_BIN_US:
H A Dsc_fxval.cpp335 numrep2 = SC_BIN_US;
364 ( numrep == SC_BIN_US ||
390 if( numrep == SC_BIN_US ||
406 case SC_BIN_US:
494 ( numrep == SC_BIN_US ||
699 case SC_BIN_US:
H A Dscfx_rep.cpp464 case SC_BIN_US:
1074 numrep2 = SC_BIN_US;
1101 ( numrep == SC_BIN_US ||
1128 if( numrep == SC_BIN_US ||
1143 case SC_BIN_US:
1230 ( numrep == SC_BIN_US ||
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_utils.hh140 return SC_BIN_US;
283 case SC_BIN_US:
359 case SC_BIN_US:
428 case SC_BIN_US:
/gem5/src/systemc/ext/dt/int/
H A D_using.hh37 using sc_dt::SC_BIN_US;
H A Dsc_nbdefs.hh88 SC_BIN_US, enumerator in enum:sc_dt::sc_numrep
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc308 numrep2 = SC_BIN_US;
336 (numrep == SC_BIN_US ||
358 if (numrep == SC_BIN_US ||
374 case SC_BIN_US:
456 (numrep == SC_BIN_US ||
654 case SC_BIN_US:
H A Dscfx_rep.cc421 case SC_BIN_US:
1005 numrep2 = SC_BIN_US;
1031 (numrep == SC_BIN_US ||
1054 if (numrep == SC_BIN_US ||
1070 case SC_BIN_US:
1152 (numrep == SC_BIN_US ||
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbdefs.h100 SC_BIN_US, enumerator in enum:sc_dt::sc_numrep
H A Dsc_nbutils.h139 case SC_BIN_US: case SC_BIN_SM:
H A Dsc_nbutils.cpp88 CASE_ENUM2STR(SC_BIN_US);
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test01/
H A Dtest01.cpp63 s = a.to_string( SC_BIN_US );
136 s = a.to_string( SC_BIN_US );
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test02/
H A Dtest02.cpp63 s = a.to_string( SC_BIN_US );
136 s = a.to_string( SC_BIN_US );
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/test01/
H A Dtest01.cpp845 s = a.to_string( SC_BIN_US );
900 s = a.to_string( SC_BIN_US );
955 s = (a( 7, 4 ), a( 3, 0 )).to_string( SC_BIN_US );
/gem5/ext/systemc/src/
H A Dsystemc.h216 using sc_dt::SC_BIN_US;
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc81 case SC_BIN_US: case SC_BIN_SM:
113 CASE_ENUM2STR(SC_BIN_US);

Completed in 54 milliseconds