Searched refs:DECL_ASN_OP_T (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fixed.h124 #define DECL_ASN_OP_T(op,tp) \ macro
129 DECL_ASN_OP_T(op,int64) \
130 DECL_ASN_OP_T(op,uint64) \
131 DECL_ASN_OP_T(op,const sc_int_base&) \
132 DECL_ASN_OP_T(op,const sc_uint_base&) \
133 DECL_ASN_OP_T(op,const sc_signed&) \
134 DECL_ASN_OP_T(op,const sc_unsigned&)
140 DECL_ASN_OP_T(op,int) \
141 DECL_ASN_OP_T(op,unsigned int) \
142 DECL_ASN_OP_T(o
170 #undef DECL_ASN_OP_T macro
248 #define DECL_ASN_OP_T macro
294 #undef DECL_ASN_OP_T macro
[all...]
H A Dsc_ufixed.h124 #define DECL_ASN_OP_T(op,tp) \ macro
129 DECL_ASN_OP_T(op,int64) \
130 DECL_ASN_OP_T(op,uint64) \
131 DECL_ASN_OP_T(op,const sc_int_base&) \
132 DECL_ASN_OP_T(op,const sc_uint_base&) \
133 DECL_ASN_OP_T(op,const sc_signed&) \
134 DECL_ASN_OP_T(op,const sc_unsigned&)
140 DECL_ASN_OP_T(op,int) \
141 DECL_ASN_OP_T(op,unsigned int) \
142 DECL_ASN_OP_T(o
170 #undef DECL_ASN_OP_T macro
248 #define DECL_ASN_OP_T macro
294 #undef DECL_ASN_OP_T macro
[all...]
H A Dsc_fix.h238 #define DECL_ASN_OP_T(op,tp) \ macro
243 DECL_ASN_OP_T(op,int64) \
244 DECL_ASN_OP_T(op,uint64) \
245 DECL_ASN_OP_T(op,const sc_int_base&) \
246 DECL_ASN_OP_T(op,const sc_uint_base&) \
247 DECL_ASN_OP_T(op,const sc_signed&) \
248 DECL_ASN_OP_T(op,const sc_unsigned&)
254 DECL_ASN_OP_T(op,int) \
255 DECL_ASN_OP_T(op,unsigned int) \
256 DECL_ASN_OP_T(o
284 #undef DECL_ASN_OP_T macro
464 #define DECL_ASN_OP_T macro
510 #undef DECL_ASN_OP_T macro
[all...]
H A Dsc_ufix.h238 #define DECL_ASN_OP_T(op,tp) \ macro
243 DECL_ASN_OP_T(op,int64) \
244 DECL_ASN_OP_T(op,uint64) \
245 DECL_ASN_OP_T(op,const sc_int_base&) \
246 DECL_ASN_OP_T(op,const sc_uint_base&) \
247 DECL_ASN_OP_T(op,const sc_signed&) \
248 DECL_ASN_OP_T(op,const sc_unsigned&)
254 DECL_ASN_OP_T(op,int) \
255 DECL_ASN_OP_T(op,unsigned int) \
256 DECL_ASN_OP_T(o
284 #undef DECL_ASN_OP_T macro
467 #define DECL_ASN_OP_T macro
513 #undef DECL_ASN_OP_T macro
[all...]
H A Dsc_fxval.h305 #define DECL_ASN_OP_T(op,tp) \ macro
310 DECL_ASN_OP_T(op,int64) \
311 DECL_ASN_OP_T(op,uint64) \
312 DECL_ASN_OP_T(op,const sc_int_base&) \
313 DECL_ASN_OP_T(op,const sc_uint_base&) \
314 DECL_ASN_OP_T(op,const sc_signed&) \
315 DECL_ASN_OP_T(op,const sc_unsigned&)
321 DECL_ASN_OP_T(op,int) \
322 DECL_ASN_OP_T(op,unsigned int) \
323 DECL_ASN_OP_T(o
344 #undef DECL_ASN_OP_T macro
639 #define DECL_ASN_OP_T macro
678 #undef DECL_ASN_OP_T macro
[all...]
H A Dsc_fxnum.h118 #define DECL_ASN_OP_T(op,tp) \ macro
122 DECL_ASN_OP_T(op,const sc_fxnum_bitref&) \
123 DECL_ASN_OP_T(op,const sc_fxnum_fast_bitref&) \
124 DECL_ASN_OP_T(op,const sc_bit&) \
125 DECL_ASN_OP_T(op,bool)
133 #undef DECL_ASN_OP_T macro
189 #define DECL_ASN_OP_T(op,tp) \ macro
193 DECL_ASN_OP_T(op,const sc_fxnum_bitref&) \
194 DECL_ASN_OP_T(op,const sc_fxnum_fast_bitref&) \
195 DECL_ASN_OP_T(o
204 #undef DECL_ASN_OP_T macro
265 #define DECL_ASN_OP_T macro
286 #undef DECL_ASN_OP_T macro
428 #define DECL_ASN_OP_T macro
449 #undef DECL_ASN_OP_T macro
801 #define DECL_ASN_OP_T macro
840 #undef DECL_ASN_OP_T macro
1225 #define DECL_ASN_OP_T macro
1264 #undef DECL_ASN_OP_T macro
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fixed.hh116 #define DECL_ASN_OP_T(op, tp) sc_fixed &operator op (tp); macro
119 DECL_ASN_OP_T(op, int64) \
120 DECL_ASN_OP_T(op, uint64) \
121 DECL_ASN_OP_T(op, const sc_int_base&) \
122 DECL_ASN_OP_T(op, const sc_uint_base&) \
123 DECL_ASN_OP_T(op, const sc_signed&) \
124 DECL_ASN_OP_T(op, const sc_unsigned&)
127 DECL_ASN_OP_T(op, int) \
128 DECL_ASN_OP_T(op, unsigned int) \
129 DECL_ASN_OP_T(o
157 #undef DECL_ASN_OP_T macro
225 #define DECL_ASN_OP_T macro
266 #undef DECL_ASN_OP_T macro
[all...]
H A Dsc_ufixed.hh116 #define DECL_ASN_OP_T(op,tp) sc_ufixed &operator op (tp); macro
119 DECL_ASN_OP_T(op, int64) \
120 DECL_ASN_OP_T(op, uint64) \
121 DECL_ASN_OP_T(op, const sc_int_base &) \
122 DECL_ASN_OP_T(op, const sc_uint_base &) \
123 DECL_ASN_OP_T(op, const sc_signed &) \
124 DECL_ASN_OP_T(op, const sc_unsigned &)
127 DECL_ASN_OP_T(op, int) \
128 DECL_ASN_OP_T(op, unsigned int) \
129 DECL_ASN_OP_T(o
157 #undef DECL_ASN_OP_T macro
222 #define DECL_ASN_OP_T macro
263 #undef DECL_ASN_OP_T macro
[all...]
H A Dsc_fix.hh178 #define DECL_ASN_OP_T(op, tp) sc_fix &operator op (tp); macro
181 DECL_ASN_OP_T(op, int64) \
182 DECL_ASN_OP_T(op, uint64) \
183 DECL_ASN_OP_T(op, const sc_int_base &) \
184 DECL_ASN_OP_T(op, const sc_uint_base &) \
185 DECL_ASN_OP_T(op, const sc_signed &) \
186 DECL_ASN_OP_T(op, const sc_unsigned &)
189 DECL_ASN_OP_T(op, int) \
190 DECL_ASN_OP_T(op, unsigned int) \
191 DECL_ASN_OP_T(o
219 #undef DECL_ASN_OP_T macro
345 #define DECL_ASN_OP_T macro
386 #undef DECL_ASN_OP_T macro
[all...]
H A Dsc_ufix.hh178 #define DECL_ASN_OP_T(op,tp) sc_ufix &operator op (tp); macro
181 DECL_ASN_OP_T(op, int64) \
182 DECL_ASN_OP_T(op, uint64) \
183 DECL_ASN_OP_T(op, const sc_int_base &) \
184 DECL_ASN_OP_T(op, const sc_uint_base &) \
185 DECL_ASN_OP_T(op, const sc_signed &) \
186 DECL_ASN_OP_T(op, const sc_unsigned &)
189 DECL_ASN_OP_T(op, int) \
190 DECL_ASN_OP_T(op, unsigned int) \
191 DECL_ASN_OP_T(o
219 #undef DECL_ASN_OP_T macro
352 #define DECL_ASN_OP_T macro
393 #undef DECL_ASN_OP_T macro
[all...]
H A Dsc_fxval.hh264 #define DECL_ASN_OP_T(op, tp) sc_fxval &operator op(tp); macro
267 DECL_ASN_OP_T(op, int64) \
268 DECL_ASN_OP_T(op, uint64) \
269 DECL_ASN_OP_T(op, const sc_int_base &) \
270 DECL_ASN_OP_T(op, const sc_uint_base &) \
271 DECL_ASN_OP_T(op, const sc_signed &) \
272 DECL_ASN_OP_T(op, const sc_unsigned &)
275 DECL_ASN_OP_T(op, int) \
276 DECL_ASN_OP_T(op, unsigned int) \
277 DECL_ASN_OP_T(o
298 #undef DECL_ASN_OP_T macro
547 #define DECL_ASN_OP_T macro
581 #undef DECL_ASN_OP_T macro
[all...]
H A Dsc_fxnum.hh113 #define DECL_ASN_OP_T(op, tp) \ macro
117 DECL_ASN_OP_T(op, const sc_fxnum_bitref &) \
118 DECL_ASN_OP_T(op, const sc_fxnum_fast_bitref &) \
119 DECL_ASN_OP_T(op, const sc_bit &) \
120 DECL_ASN_OP_T(op, bool)
128 #undef DECL_ASN_OP_T macro
171 #define DECL_ASN_OP_T(op, tp) sc_fxnum_fast_bitref &operator op (tp); macro
174 DECL_ASN_OP_T(op, const sc_fxnum_bitref &) \
175 DECL_ASN_OP_T(op, const sc_fxnum_fast_bitref &) \
176 DECL_ASN_OP_T(o
185 #undef DECL_ASN_OP_T macro
232 #define DECL_ASN_OP_T macro
253 #undef DECL_ASN_OP_T macro
368 #define DECL_ASN_OP_T macro
389 #undef DECL_ASN_OP_T macro
685 #define DECL_ASN_OP_T macro
720 #undef DECL_ASN_OP_T macro
1043 #define DECL_ASN_OP_T macro
1077 #undef DECL_ASN_OP_T macro
[all...]

Completed in 34 milliseconds