Searched refs:SC_CONCAT_OP (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h685 #define SC_CONCAT_OP(RESULT,OP) \ macro
733 SC_CONCAT_OP(const sc_unsigned,+)
734 SC_CONCAT_OP(const sc_signed,-)
735 SC_CONCAT_OP(const sc_unsigned,*)
736 SC_CONCAT_OP(const sc_unsigned,/)
737 SC_CONCAT_OP(const sc_unsigned,%)
738 SC_CONCAT_OP(const sc_unsigned,&)
739 SC_CONCAT_OP(const sc_unsigned,|)
740 SC_CONCAT_OP(const sc_unsigned,^)
748 #undef SC_CONCAT_OP macro
[all...]
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh639 #define SC_CONCAT_OP(RESULT, OP) \ macro
693 SC_CONCAT_OP(const sc_unsigned, +)
694 SC_CONCAT_OP(const sc_signed, -)
695 SC_CONCAT_OP(const sc_unsigned, *)
696 SC_CONCAT_OP(const sc_unsigned, /)
697 SC_CONCAT_OP(const sc_unsigned, %)
698 SC_CONCAT_OP(const sc_unsigned, &)
699 SC_CONCAT_OP(const sc_unsigned, |)
700 SC_CONCAT_OP(const sc_unsigned, ^)
708 #undef SC_CONCAT_OP macro
[all...]

Completed in 10 milliseconds