Lines Matching refs:DEFN_ASN_OP_T

345 #define DEFN_ASN_OP_T(op,tp) \
355 DEFN_ASN_OP_T(op, int64) \
356 DEFN_ASN_OP_T(op, uint64) \
357 DEFN_ASN_OP_T(op, const sc_int_base &) \
358 DEFN_ASN_OP_T(op, const sc_uint_base &) \
359 DEFN_ASN_OP_T(op, const sc_signed &) \
360 DEFN_ASN_OP_T(op, const sc_unsigned &)
363 DEFN_ASN_OP_T(op, int) \
364 DEFN_ASN_OP_T(op, unsigned int) \
365 DEFN_ASN_OP_T(op, long) \
366 DEFN_ASN_OP_T(op, unsigned long) \
367 DEFN_ASN_OP_T(op, float) \
368 DEFN_ASN_OP_T(op, double) \
369 DEFN_ASN_OP_T(op, const char *) \
370 DEFN_ASN_OP_T(op, const sc_fxval &) \
371 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
372 DEFN_ASN_OP_T(op, const sc_fxnum &) \
373 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
383 DEFN_ASN_OP_T(<<=, int)
384 DEFN_ASN_OP_T(>>=, int)
386 DEFN_ASN_OP_T(&=, const sc_ufix &)
387 DEFN_ASN_OP_T(&=, const sc_ufix_fast &)
388 DEFN_ASN_OP_T(|=, const sc_ufix &)
389 DEFN_ASN_OP_T(|=, const sc_ufix_fast &)
390 DEFN_ASN_OP_T(^=, const sc_ufix &)
391 DEFN_ASN_OP_T(^=, const sc_ufix_fast &)
393 #undef DEFN_ASN_OP_T
500 #define DEFN_ASN_OP_T(op, tp) \
510 DEFN_ASN_OP_T(op, int64) \
511 DEFN_ASN_OP_T(op, uint64) \
512 DEFN_ASN_OP_T(op, const sc_int_base &) \
513 DEFN_ASN_OP_T(op, const sc_uint_base &) \
514 DEFN_ASN_OP_T(op, const sc_signed &) \
515 DEFN_ASN_OP_T(op, const sc_unsigned &)
518 DEFN_ASN_OP_T(op, int) \
519 DEFN_ASN_OP_T(op, unsigned int) \
520 DEFN_ASN_OP_T(op, long) \
521 DEFN_ASN_OP_T(op, unsigned long) \
522 DEFN_ASN_OP_T(op, float) \
523 DEFN_ASN_OP_T(op, double) \
524 DEFN_ASN_OP_T(op, const char *) \
525 DEFN_ASN_OP_T(op, const sc_fxval &) \
526 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
527 DEFN_ASN_OP_T(op, const sc_fxnum &) \
528 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
538 DEFN_ASN_OP_T(<<=, int)
539 DEFN_ASN_OP_T(>>=, int)
541 DEFN_ASN_OP_T(&=, const sc_ufix &)
542 DEFN_ASN_OP_T(&=, const sc_ufix_fast &)
543 DEFN_ASN_OP_T(|=, const sc_ufix &)
544 DEFN_ASN_OP_T(|=, const sc_ufix_fast &)
545 DEFN_ASN_OP_T(^=, const sc_ufix &)
546 DEFN_ASN_OP_T(^=, const sc_ufix_fast &)
548 #undef DEFN_ASN_OP_T