Lines Matching refs:DEFN_ASN_OP_T

777 #define DEFN_ASN_OP_T(op, tp) \
786 DEFN_ASN_OP_T(op, int64) \
787 DEFN_ASN_OP_T(op, uint64) \
788 DEFN_ASN_OP_T(op, const sc_int_base &) \
789 DEFN_ASN_OP_T(op, const sc_uint_base &) \
790 DEFN_ASN_OP_T(op, const sc_signed &) \
791 DEFN_ASN_OP_T(op, const sc_unsigned &)
794 DEFN_ASN_OP_T(op, int) \
795 DEFN_ASN_OP_T(op, unsigned int) \
796 DEFN_ASN_OP_T(op, long) \
797 DEFN_ASN_OP_T(op, unsigned long) \
798 DEFN_ASN_OP_T(op, float) \
799 DEFN_ASN_OP_T(op, double) \
800 DEFN_ASN_OP_T(op, const char *) \
801 DEFN_ASN_OP_T(op, const sc_fxval &) \
802 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
803 DEFN_ASN_OP_T(op, const sc_fxnum &) \
804 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
814 DEFN_ASN_OP_T(<<=, int)
815 DEFN_ASN_OP_T(>>=, int)
817 #undef DEFN_ASN_OP_T
821 #define DEFN_ASN_OP_T(op, op2, tp) \
835 DEFN_ASN_OP_T(&=, &&, sc_fix)
836 DEFN_ASN_OP_T(&=, &&, sc_fix_fast)
837 DEFN_ASN_OP_T(|=, ||, sc_fix)
838 DEFN_ASN_OP_T(|=, ||, sc_fix_fast)
839 DEFN_ASN_OP_T(^=, !=, sc_fix)
840 DEFN_ASN_OP_T(^=, !=, sc_fix_fast)
842 #undef DEFN_ASN_OP_T
1247 #define DEFN_ASN_OP_T(op, tp) \
1256 DEFN_ASN_OP_T(op, int64) \
1257 DEFN_ASN_OP_T(op, uint64) \
1258 DEFN_ASN_OP_T(op, const sc_int_base &) \
1259 DEFN_ASN_OP_T(op, const sc_uint_base &) \
1260 DEFN_ASN_OP_T(op, const sc_signed &) \
1261 DEFN_ASN_OP_T(op, const sc_unsigned &)
1264 DEFN_ASN_OP_T(op, int) \
1265 DEFN_ASN_OP_T(op, unsigned int) \
1266 DEFN_ASN_OP_T(op, long) \
1267 DEFN_ASN_OP_T(op, unsigned long) \
1268 DEFN_ASN_OP_T(op, float) \
1269 DEFN_ASN_OP_T(op, double) \
1270 DEFN_ASN_OP_T(op, const char *) \
1271 DEFN_ASN_OP_T(op, const sc_fxval &) \
1272 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
1273 DEFN_ASN_OP_T(op, const sc_fxnum &) \
1274 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
1284 DEFN_ASN_OP_T(<<=, int)
1285 DEFN_ASN_OP_T(>>=, int)
1287 #undef DEFN_ASN_OP_T
1291 #define DEFN_ASN_OP_T(op, op2, tp) \
1305 DEFN_ASN_OP_T(&=, &&, sc_fix)
1306 DEFN_ASN_OP_T(&=, &&, sc_fix_fast)
1307 DEFN_ASN_OP_T(|=, ||, sc_fix)
1308 DEFN_ASN_OP_T(|=, ||, sc_fix_fast)
1309 DEFN_ASN_OP_T(^=, !=, sc_fix)
1310 DEFN_ASN_OP_T(^=, !=, sc_fix_fast)
1312 #undef DEFN_ASN_OP_T