Searched refs:convert_unsigned_SM_to_2C_to_SM (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/systemc/src/sysc/datatypes/int/ |
H A D | sc_nbexterns.cpp | 211 #define CONVERT_SM_to_2C_to_SM convert_unsigned_SM_to_2C_to_SM 360 #define CONVERT_SM_to_2C_to_SM convert_unsigned_SM_to_2C_to_SM
|
H A D | sc_nbutils.h | 924 convert_unsigned_SM_to_2C_to_SM(small_type s, int nb, int nd, sc_digit *d) function in namespace:sc_dt 988 us = convert_unsigned_SM_to_2C_to_SM(us, unb, und, ud);
|
H A D | sc_unsigned.h | 1995 { sgn = convert_unsigned_SM_to_2C_to_SM(sgn, nbits, ndigits, digit); }
|
/gem5/src/systemc/dt/int/ |
H A D | sc_nbexterns.cc | 187 #define CONVERT_SM_to_2C_to_SM convert_unsigned_SM_to_2C_to_SM 313 #define CONVERT_SM_to_2C_to_SM convert_unsigned_SM_to_2C_to_SM
|
/gem5/src/systemc/ext/dt/int/ |
H A D | sc_nbutils.hh | 724 convert_unsigned_SM_to_2C_to_SM(small_type s, int nb, int nd, sc_digit *d) function in namespace:sc_dt 778 us = convert_unsigned_SM_to_2C_to_SM(us, unb, und, ud);
|
H A D | sc_unsigned.hh | 2016 sgn = convert_unsigned_SM_to_2C_to_SM(sgn, nbits, ndigits, digit);
|
Completed in 31 milliseconds