Lines Matching defs:DEFN_ASN_OP_T

1131 #define DEFN_ASN_OP_T(op,tp)                                                  \
1142 DEFN_ASN_OP_T(op,int64) \
1143 DEFN_ASN_OP_T(op,uint64) \
1144 DEFN_ASN_OP_T(op,const sc_int_base&) \
1145 DEFN_ASN_OP_T(op,const sc_uint_base&) \
1146 DEFN_ASN_OP_T(op,const sc_signed&) \
1147 DEFN_ASN_OP_T(op,const sc_unsigned&)
1153 DEFN_ASN_OP_T(op,int) \
1154 DEFN_ASN_OP_T(op,unsigned int) \
1155 DEFN_ASN_OP_T(op,long) \
1156 DEFN_ASN_OP_T(op,unsigned long) \
1157 DEFN_ASN_OP_T(op,float) \
1158 DEFN_ASN_OP_T(op,double) \
1159 DEFN_ASN_OP_T(op,const char*) \
1160 DEFN_ASN_OP_T(op,const sc_fxval&) \
1161 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
1162 DEFN_ASN_OP_T(op,const sc_fxnum&) \
1163 DEFN_ASN_OP_T(op,const sc_fxnum_fast&) \
1173 DEFN_ASN_OP_T(<<=,int)
1174 DEFN_ASN_OP_T(>>=,int)
1176 #undef DEFN_ASN_OP_T
1181 #define DEFN_ASN_OP_T(op,op2,tp) \
1196 DEFN_ASN_OP_T(&=,&&,sc_ufix)
1197 DEFN_ASN_OP_T(&=,&&,sc_ufix_fast)
1198 DEFN_ASN_OP_T(|=,||,sc_ufix)
1199 DEFN_ASN_OP_T(|=,||,sc_ufix_fast)
1200 DEFN_ASN_OP_T(^=,!=,sc_ufix)
1201 DEFN_ASN_OP_T(^=,!=,sc_ufix_fast)
1203 #undef DEFN_ASN_OP_T
1829 #define DEFN_ASN_OP_T(op,tp) \
1840 DEFN_ASN_OP_T(op,int64) \
1841 DEFN_ASN_OP_T(op,uint64) \
1842 DEFN_ASN_OP_T(op,const sc_int_base&) \
1843 DEFN_ASN_OP_T(op,const sc_uint_base&) \
1844 DEFN_ASN_OP_T(op,const sc_signed&) \
1845 DEFN_ASN_OP_T(op,const sc_unsigned&)
1851 DEFN_ASN_OP_T(op,int) \
1852 DEFN_ASN_OP_T(op,unsigned int) \
1853 DEFN_ASN_OP_T(op,long) \
1854 DEFN_ASN_OP_T(op,unsigned long) \
1855 DEFN_ASN_OP_T(op,float) \
1856 DEFN_ASN_OP_T(op,double) \
1857 DEFN_ASN_OP_T(op,const char*) \
1858 DEFN_ASN_OP_T(op,const sc_fxval&) \
1859 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
1860 DEFN_ASN_OP_T(op,const sc_fxnum&) \
1861 DEFN_ASN_OP_T(op,const sc_fxnum_fast&) \
1871 DEFN_ASN_OP_T(<<=,int)
1872 DEFN_ASN_OP_T(>>=,int)
1874 #undef DEFN_ASN_OP_T
1879 #define DEFN_ASN_OP_T(op,op2,tp) \
1894 DEFN_ASN_OP_T(&=,&&,sc_ufix)
1895 DEFN_ASN_OP_T(&=,&&,sc_ufix_fast)
1896 DEFN_ASN_OP_T(|=,||,sc_ufix)
1897 DEFN_ASN_OP_T(|=,||,sc_ufix_fast)
1898 DEFN_ASN_OP_T(^=,!=,sc_ufix)
1899 DEFN_ASN_OP_T(^=,!=,sc_ufix_fast)
1901 #undef DEFN_ASN_OP_T