Searched refs:COPY_DIGITS (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbexterns.cpp112 that CONVERT_SM_to_2C_to_SM and COPY_DIGITS are defined for signed and
115 possible to take COPY_DIGITS out of these functions and create a
137 #define COPY_DIGITS copy_digits_signed macro
155 COPY_DIGITS(us, unb, old_und, ud, vnb, vnd, vd);
163 COPY_DIGITS(us, unb, old_und, ud, unb + vnb, 1, &d);
190 COPY_DIGITS(us, unb, old_und, ud, unb + vnb, nd, d);
198 #undef COPY_DIGITS macro
212 #define COPY_DIGITS copy_digits_unsigned macro
230 COPY_DIGITS(us, unb, old_und, ud, vnb, vnd, vd);
238 COPY_DIGITS(u
273 #undef COPY_DIGITS macro
291 #define COPY_DIGITS macro
347 #undef COPY_DIGITS macro
361 #define COPY_DIGITS macro
417 #undef COPY_DIGITS macro
435 #define COPY_DIGITS macro
500 #undef COPY_DIGITS macro
513 #define COPY_DIGITS macro
578 #undef COPY_DIGITS macro
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_nbexterns.cc103 that CONVERT_SM_to_2C_to_SM and COPY_DIGITS are defined for signed and
106 possible to take COPY_DIGITS out of these functions and create a
125 #define COPY_DIGITS copy_digits_signed macro
141 COPY_DIGITS(us, unb, old_und, ud, vnb, vnd, vd);
149 COPY_DIGITS(us, unb, old_und, ud, unb + vnb, 1, &d);
172 COPY_DIGITS(us, unb, old_und, ud, unb + vnb, nd, d);
178 #undef COPY_DIGITS macro
188 #define COPY_DIGITS copy_digits_unsigned macro
204 COPY_DIGITS(us, unb, old_und, ud, vnb, vnd, vd);
212 COPY_DIGITS(u
241 #undef COPY_DIGITS macro
255 #define COPY_DIGITS macro
304 #undef COPY_DIGITS macro
314 #define COPY_DIGITS macro
363 #undef COPY_DIGITS macro
376 #define COPY_DIGITS macro
434 #undef COPY_DIGITS macro
442 #define COPY_DIGITS macro
501 #undef COPY_DIGITS macro
[all...]

Completed in 8 milliseconds