Searched refs:SC_TEMPLATE (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h136 # define SC_TEMPLATE template<int W> macro
138 # define SC_TEMPLATE template<> template<int W> macro
284 SC_TEMPLATE
386 SC_TEMPLATE // Return true if a changed event happened in the last delta cycle.
393 SC_TEMPLATE // Return this object's sc_dt::sc_int<W> object instance.
400 SC_TEMPLATE // Return the value changed event, allocating it if necessary.
408 SC_TEMPLATE // Select a portion of a value.
417 SC_TEMPLATE // Write an sc_dt::uint64 value to this object instance.
433 SC_TEMPLATE
459 SC_TEMPLATE
1528 #undef SC_TEMPLATE macro
[all...]
H A Dscx_signal_uint.h170 # define SC_TEMPLATE template<int W> macro
172 # define SC_TEMPLATE template<> template<int W> macro
316 SC_TEMPLATE
417 SC_TEMPLATE // Return true if a changed event happened in the last delta cycle.
424 SC_TEMPLATE // Return this object's sc_dt::sc_uint<W> object instance.
431 SC_TEMPLATE // Return the value changed event, allocating it if necessary.
439 SC_TEMPLATE // Write an sc_dt::uint64 value to this object instance.
455 SC_TEMPLATE
481 SC_TEMPLATE
495 SC_TEMPLATE
1584 #undef SC_TEMPLATE macro
[all...]
H A Dscx_signal_signed.h182 # define SC_TEMPLATE template<int W> macro
184 # define SC_TEMPLATE template<> template<int W>
334 SC_TEMPLATE
499 SC_TEMPLATE // Return true if a changed event happened in the last delta cycle.
506 SC_TEMPLATE // Return this object's sc_dt::sc_bigint<W> object instance.
513 SC_TEMPLATE // Return the value changed event, allocating it if necessary.
521 SC_TEMPLATE // Write a const sc_dt::sc_signed& value to this object instance.
531 SC_TEMPLATE // Write a const sc_dt::sc_unsigned& value to this object instance.
541 SC_TEMPLATE // Write a sc_dt::int64 value to this object instance.
552 SC_TEMPLATE // Writ
1717 #undef SC_TEMPLATE macro
[all...]
H A Dscx_signal_unsigned.h169 # define SC_TEMPLATE template<int W> macro
171 # define SC_TEMPLATE template<> template<int W> macro
324 SC_TEMPLATE
489 SC_TEMPLATE // Return true if a changed event happened in the last delta cycle.
496 SC_TEMPLATE // Return this object's sc_dt::sc_biguint<W> object instance.
503 SC_TEMPLATE // Return the value changed event, allocating it if necessary.
511 SC_TEMPLATE // Write a const sc_dt::sc_signed& value to this object instance.
521 SC_TEMPLATE // Write a const sc_dt::sc_unsigned& value to this object instance.
531 SC_TEMPLATE // Write a sc_dt::int64 value to this object instance.
542 SC_TEMPLATE // Writ
1717 #undef SC_TEMPLATE macro
[all...]

Completed in 21 milliseconds