Searched refs:DEFN_REL_OP_T (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h1111 #define DEFN_REL_OP_T(op,ret,tp) \ macro
1134 DEFN_REL_OP_T(op,ret,int64) \
1135 DEFN_REL_OP_T(op,ret,uint64) \
1136 DEFN_REL_OP_T(op,ret,const sc_int_base&) \
1137 DEFN_REL_OP_T(op,ret,const sc_uint_base&) \
1138 DEFN_REL_OP_T(op,ret,const sc_signed&) \
1139 DEFN_REL_OP_T(op,ret,const sc_unsigned&)
1155 DEFN_REL_OP_T(op,ret,int) \
1156 DEFN_REL_OP_T(op,ret,unsigned int) \
1157 DEFN_REL_OP_T(o
1172 #undef DEFN_REL_OP_T macro
1864 #define DEFN_REL_OP_T macro
1921 #undef DEFN_REL_OP_T macro
[all...]
H A Dsc_fxnum.h1995 #define DEFN_REL_OP_T(op,tp) \ macro
2025 DEFN_REL_OP_T(op,const sc_bv_base&) \
2026 DEFN_REL_OP_T(op,const sc_lv_base&) \
2027 DEFN_REL_OP_T(op,const char*) \
2028 DEFN_REL_OP_T(op,const bool*) \
2029 DEFN_REL_OP_T(op,const sc_signed&) \
2030 DEFN_REL_OP_T(op,const sc_unsigned&) \
2031 DEFN_REL_OP_T(op,int) \
2032 DEFN_REL_OP_T(op,unsigned int) \
2033 DEFN_REL_OP_T(o
2039 #undef DEFN_REL_OP_T macro
2346 #define DEFN_REL_OP_T macro
2390 #undef DEFN_REL_OP_T macro
3027 #define DEFN_REL_OP_T macro
3107 #undef DEFN_REL_OP_T macro
4144 #define DEFN_REL_OP_T macro
4217 #undef DEFN_REL_OP_T macro
4869 #define DEFN_REL_OP_T macro
4901 #undef DEFN_REL_OP_T macro
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval.hh940 #define DEFN_REL_OP_T(op, ret, tp) \ macro
960 DEFN_REL_OP_T(op, ret, int64) \
961 DEFN_REL_OP_T(op, ret, uint64) \
962 DEFN_REL_OP_T(op, ret, const sc_int_base &) \
963 DEFN_REL_OP_T(op, ret, const sc_uint_base &) \
964 DEFN_REL_OP_T(op, ret, const sc_signed &) \
965 DEFN_REL_OP_T(op, ret, const sc_unsigned &)
977 DEFN_REL_OP_T(op, ret, int) \
978 DEFN_REL_OP_T(op, ret, unsigned int) \
979 DEFN_REL_OP_T(o
994 #undef DEFN_REL_OP_T macro
1580 #define DEFN_REL_OP_T macro
1630 #undef DEFN_REL_OP_T macro
[all...]
H A Dsc_fxnum.hh1704 #define DEFN_REL_OP_T(op, tp) \ macro
1730 DEFN_REL_OP_T(op, const sc_bv_base &) \
1731 DEFN_REL_OP_T(op, const sc_lv_base &) \
1732 DEFN_REL_OP_T(op, const char *) \
1733 DEFN_REL_OP_T(op, const bool *) \
1734 DEFN_REL_OP_T(op, const sc_signed &) \
1735 DEFN_REL_OP_T(op, const sc_unsigned &) \
1736 DEFN_REL_OP_T(op, int) \
1737 DEFN_REL_OP_T(op, unsigned int) \
1738 DEFN_REL_OP_T(o
1744 #undef DEFN_REL_OP_T macro
2000 #define DEFN_REL_OP_T macro
2040 #undef DEFN_REL_OP_T macro
2570 #define DEFN_REL_OP_T macro
2641 #undef DEFN_REL_OP_T macro
3525 #define DEFN_REL_OP_T macro
3589 #undef DEFN_REL_OP_T macro
4161 #define DEFN_REL_OP_T macro
4190 #undef DEFN_REL_OP_T macro
[all...]
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh1172 #define DEFN_REL_OP_T(tp) \ macro
1182 DEFN_REL_OP_T(const char *)
1183 DEFN_REL_OP_T(const bool *)
1184 DEFN_REL_OP_T(const sc_logic *)
1185 DEFN_REL_OP_T(const sc_unsigned &)
1186 DEFN_REL_OP_T(const sc_signed &)
1187 DEFN_REL_OP_T(const sc_uint_base &)
1188 DEFN_REL_OP_T(const sc_int_base &)
1189 DEFN_REL_OP_T(unsigned long)
1190 DEFN_REL_OP_T(lon
1196 #undef DEFN_REL_OP_T macro
[all...]
H A Dsc_lv_base.hh711 #define DEFN_REL_OP_T(tp) \ macro
722 DEFN_REL_OP_T(const char *)
723 DEFN_REL_OP_T(const bool *)
724 DEFN_REL_OP_T(const sc_logic *)
725 DEFN_REL_OP_T(const sc_unsigned &)
726 DEFN_REL_OP_T(const sc_signed &)
727 DEFN_REL_OP_T(const sc_uint_base &)
728 DEFN_REL_OP_T(const sc_int_base &)
729 DEFN_REL_OP_T(unsigned long)
730 DEFN_REL_OP_T(lon
736 #undef DEFN_REL_OP_T macro
[all...]
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_lv_base.h822 #define DEFN_REL_OP_T(tp) \ macro
834 DEFN_REL_OP_T(const char*)
835 DEFN_REL_OP_T(const bool*)
836 DEFN_REL_OP_T(const sc_logic*)
837 DEFN_REL_OP_T(const sc_unsigned&)
838 DEFN_REL_OP_T(const sc_signed&)
839 DEFN_REL_OP_T(const sc_uint_base&)
840 DEFN_REL_OP_T(const sc_int_base&)
841 DEFN_REL_OP_T(unsigned long)
842 DEFN_REL_OP_T(lon
848 #undef DEFN_REL_OP_T macro
[all...]
H A Dsc_proxy.h1341 #define DEFN_REL_OP_T(tp) \ macro
1366 DEFN_REL_OP_T(const char*)
1367 DEFN_REL_OP_T(const bool*)
1368 DEFN_REL_OP_T(const sc_logic*)
1369 DEFN_REL_OP_T(const sc_unsigned&)
1370 DEFN_REL_OP_T(const sc_signed&)
1371 DEFN_REL_OP_T(const sc_uint_base&)
1372 DEFN_REL_OP_T(const sc_int_base&)
1373 DEFN_REL_OP_T(unsigned long)
1374 DEFN_REL_OP_T(lon
1380 #undef DEFN_REL_OP_T macro
[all...]

Completed in 47 milliseconds