Lines Matching refs:DEFN_ASN_OP_T

389 #define DEFN_ASN_OP_T(op,tp)                                                  \
401 DEFN_ASN_OP_T(op,int64) \
402 DEFN_ASN_OP_T(op,uint64) \
403 DEFN_ASN_OP_T(op,const sc_int_base&) \
404 DEFN_ASN_OP_T(op,const sc_uint_base&) \
405 DEFN_ASN_OP_T(op,const sc_signed&) \
406 DEFN_ASN_OP_T(op,const sc_unsigned&)
412 DEFN_ASN_OP_T(op,int) \
413 DEFN_ASN_OP_T(op,unsigned int) \
414 DEFN_ASN_OP_T(op,long) \
415 DEFN_ASN_OP_T(op,unsigned long) \
416 DEFN_ASN_OP_T(op,float) \
417 DEFN_ASN_OP_T(op,double) \
418 DEFN_ASN_OP_T(op,const char*) \
419 DEFN_ASN_OP_T(op,const sc_fxval&) \
420 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
421 DEFN_ASN_OP_T(op,const sc_fxnum&) \
422 DEFN_ASN_OP_T(op,const sc_fxnum_fast&) \
432 DEFN_ASN_OP_T(<<=,int)
433 DEFN_ASN_OP_T(>>=,int)
435 DEFN_ASN_OP_T(&=,const sc_fix&)
436 DEFN_ASN_OP_T(&=,const sc_fix_fast&)
437 DEFN_ASN_OP_T(|=,const sc_fix&)
438 DEFN_ASN_OP_T(|=,const sc_fix_fast&)
439 DEFN_ASN_OP_T(^=,const sc_fix&)
440 DEFN_ASN_OP_T(^=,const sc_fix_fast&)
442 #undef DEFN_ASN_OP_T
561 #define DEFN_ASN_OP_T(op,tp) \
573 DEFN_ASN_OP_T(op,int64) \
574 DEFN_ASN_OP_T(op,uint64) \
575 DEFN_ASN_OP_T(op,const sc_int_base&) \
576 DEFN_ASN_OP_T(op,const sc_uint_base&) \
577 DEFN_ASN_OP_T(op,const sc_signed&) \
578 DEFN_ASN_OP_T(op,const sc_unsigned&)
584 DEFN_ASN_OP_T(op,int) \
585 DEFN_ASN_OP_T(op,unsigned int) \
586 DEFN_ASN_OP_T(op,long) \
587 DEFN_ASN_OP_T(op,unsigned long) \
588 DEFN_ASN_OP_T(op,float) \
589 DEFN_ASN_OP_T(op,double) \
590 DEFN_ASN_OP_T(op,const char*) \
591 DEFN_ASN_OP_T(op,const sc_fxval&) \
592 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
593 DEFN_ASN_OP_T(op,const sc_fxnum&) \
594 DEFN_ASN_OP_T(op,const sc_fxnum_fast&) \
604 DEFN_ASN_OP_T(<<=,int)
605 DEFN_ASN_OP_T(>>=,int)
607 DEFN_ASN_OP_T(&=,const sc_fix&)
608 DEFN_ASN_OP_T(&=,const sc_fix_fast&)
609 DEFN_ASN_OP_T(|=,const sc_fix&)
610 DEFN_ASN_OP_T(|=,const sc_fix_fast&)
611 DEFN_ASN_OP_T(^=,const sc_fix&)
612 DEFN_ASN_OP_T(^=,const sc_fix_fast&)
614 #undef DEFN_ASN_OP_T