Lines Matching refs:DEFN_ASN_OP_T

348 #define DEFN_ASN_OP_T(op, tp) \
358 DEFN_ASN_OP_T(op, int64) \
359 DEFN_ASN_OP_T(op, uint64) \
360 DEFN_ASN_OP_T(op, const sc_int_base &) \
361 DEFN_ASN_OP_T(op, const sc_uint_base &) \
362 DEFN_ASN_OP_T(op, const sc_signed &) \
363 DEFN_ASN_OP_T(op, const sc_unsigned &)
366 DEFN_ASN_OP_T(op, int) \
367 DEFN_ASN_OP_T(op, unsigned int) \
368 DEFN_ASN_OP_T(op, long) \
369 DEFN_ASN_OP_T(op, unsigned long) \
370 DEFN_ASN_OP_T(op, float) \
371 DEFN_ASN_OP_T(op, double) \
372 DEFN_ASN_OP_T(op, const char *) \
373 DEFN_ASN_OP_T(op, const sc_fxval &) \
374 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
375 DEFN_ASN_OP_T(op, const sc_fxnum &) \
376 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
386 DEFN_ASN_OP_T(<<=, int)
387 DEFN_ASN_OP_T(>>=, int)
389 DEFN_ASN_OP_T(&=, const sc_fix &)
390 DEFN_ASN_OP_T(&=, const sc_fix_fast &)
391 DEFN_ASN_OP_T(|=, const sc_fix &)
392 DEFN_ASN_OP_T(|=, const sc_fix_fast &)
393 DEFN_ASN_OP_T(^=, const sc_fix &)
394 DEFN_ASN_OP_T(^=, const sc_fix_fast &)
396 #undef DEFN_ASN_OP_T
501 #define DEFN_ASN_OP_T(op, tp) \
511 DEFN_ASN_OP_T(op, int64) \
512 DEFN_ASN_OP_T(op, uint64) \
513 DEFN_ASN_OP_T(op, const sc_int_base &) \
514 DEFN_ASN_OP_T(op, const sc_uint_base &) \
515 DEFN_ASN_OP_T(op, const sc_signed &) \
516 DEFN_ASN_OP_T(op, const sc_unsigned &)
519 DEFN_ASN_OP_T(op, int) \
520 DEFN_ASN_OP_T(op, unsigned int) \
521 DEFN_ASN_OP_T(op, long) \
522 DEFN_ASN_OP_T(op, unsigned long) \
523 DEFN_ASN_OP_T(op, float) \
524 DEFN_ASN_OP_T(op, double) \
525 DEFN_ASN_OP_T(op, const char *) \
526 DEFN_ASN_OP_T(op, const sc_fxval &) \
527 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
528 DEFN_ASN_OP_T(op, const sc_fxnum &) \
529 DEFN_ASN_OP_T(op, const sc_fxnum_fast &) \
539 DEFN_ASN_OP_T(<<=, int)
540 DEFN_ASN_OP_T(>>=, int)
542 DEFN_ASN_OP_T(&=, const sc_fix &)
543 DEFN_ASN_OP_T(&=, const sc_fix_fast &)
544 DEFN_ASN_OP_T(|=, const sc_fix &)
545 DEFN_ASN_OP_T(|=, const sc_fix_fast &)
546 DEFN_ASN_OP_T(^=, const sc_fix &)
547 DEFN_ASN_OP_T(^=, const sc_fix_fast &)
549 #undef DEFN_ASN_OP_T