Searched refs:mul_signs (Results 1 - 9 of 9) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.cpp1827 small_type s = mul_signs(u.sgn, v.sgn);
1843 small_type s = mul_signs(u.sgn, v.sgn);
1859 small_type s = mul_signs(u.sgn, v.sgn);
1875 small_type s = mul_signs(u.sgn, get_sign(v));
1893 small_type s = mul_signs(v.sgn, get_sign(u));
1911 small_type s = mul_signs(u.sgn, get_sign(v));
1929 small_type s = mul_signs(v.sgn, get_sign(u));
1947 small_type s = mul_signs(u.sgn, get_sign(v));
1965 small_type s = mul_signs(v.sgn, get_sign(u));
1983 small_type s = mul_signs(
[all...]
H A Dsc_nbcommon.inc712 sgn = mul_signs(sgn, v.sgn);
731 sgn = mul_signs(sgn, v.sgn);
750 sgn = mul_signs(sgn, get_sign(v));
773 sgn = mul_signs(sgn, get_sign(v));
796 sgn = mul_signs(sgn, get_sign(v));
819 sgn = mul_signs(sgn, get_sign(v));
852 sgn = mul_signs(sgn, v.sgn);
871 sgn = mul_signs(sgn, v.sgn);
892 sgn = mul_signs(sgn, get_sign(v));
919 sgn = mul_signs(sg
[all...]
H A Dsc_unsigned.cpp1039 small_type s = mul_signs(u.sgn, v.sgn);
1055 small_type s = mul_signs(u.sgn, get_sign(v));
1073 small_type s = mul_signs(v.sgn, get_sign(u));
1091 small_type s = mul_signs(u.sgn, get_sign(v));
1108 small_type s = mul_signs(v.sgn, get_sign(u));
1141 small_type s = mul_signs(u.sgn, v.sgn);
1159 small_type s = mul_signs(u.sgn, get_sign(v));
1179 small_type s = mul_signs(v.sgn, get_sign(u));
1200 small_type s = mul_signs(u.sgn, get_sign(v));
1220 small_type s = mul_signs(
[all...]
H A Dsc_nbexterns.cpp611 small_type s = mul_signs(us, vs);
711 small_type s = mul_signs(us, vs);
814 small_type s = mul_signs(us, vs);
H A Dsc_nbutils.h667 mul_signs(small_type us, small_type vs) function in namespace:sc_dt
/gem5/src/systemc/dt/int/
H A Dsc_signed.cc1912 small_type s = mul_signs(u.sgn, v.sgn);
1926 small_type s = mul_signs(u.sgn, v.sgn);
1940 small_type s = mul_signs(u.sgn, v.sgn);
1954 small_type s = mul_signs(u.sgn, get_sign(v));
1970 small_type s = mul_signs(v.sgn, get_sign(u));
1986 small_type s = mul_signs(u.sgn, get_sign(v));
2002 small_type s = mul_signs(v.sgn, get_sign(u));
2018 small_type s = mul_signs(u.sgn, get_sign(v));
2034 small_type s = mul_signs(v.sgn, get_sign(u));
2050 small_type s = mul_signs(
[all...]
H A Dsc_unsigned.cc1124 small_type s = mul_signs(u.sgn, v.sgn);
1138 small_type s = mul_signs(u.sgn, get_sign(v));
1154 small_type s = mul_signs(v.sgn, get_sign(u));
1170 small_type s = mul_signs(u.sgn, get_sign(v));
1185 small_type s = mul_signs(v.sgn, get_sign(u));
1216 small_type s = mul_signs(u.sgn, v.sgn);
1232 small_type s = mul_signs(u.sgn, get_sign(v));
1250 small_type s = mul_signs(v.sgn, get_sign(u));
1269 small_type s = mul_signs(u.sgn, get_sign(v));
1287 small_type s = mul_signs(
[all...]
H A Dsc_nbexterns.cc527 small_type s = mul_signs(us, vs);
602 small_type s = mul_signs(us, vs);
680 small_type s = mul_signs(us, vs);
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh489 mul_signs(small_type us, small_type vs) function in namespace:sc_dt

Completed in 52 milliseconds