Searched refs:vec_skip_and_cmp (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/systemc/src/sysc/datatypes/int/ |
H A D | sc_signed.cpp | 3603 if (vec_skip_and_cmp(u.ndigits, u.digit, v.ndigits, v.digit) != 0) 3620 if (vec_skip_and_cmp(u.ndigits, u.digit, DIGITS_PER_INT64, vd) != 0) 3637 if (vec_skip_and_cmp(DIGITS_PER_INT64, ud, v.ndigits, v.digit) != 0) 3654 if (vec_skip_and_cmp(u.ndigits, u.digit, DIGITS_PER_INT64, vd) != 0) 3671 if (vec_skip_and_cmp(DIGITS_PER_INT64, ud, v.ndigits, v.digit) != 0) 3688 if (vec_skip_and_cmp(u.ndigits, u.digit, DIGITS_PER_LONG, vd) != 0) 3705 if (vec_skip_and_cmp(DIGITS_PER_LONG, ud, v.ndigits, v.digit) != 0) 3722 if (vec_skip_and_cmp(u.ndigits, u.digit, DIGITS_PER_LONG, vd) != 0) 3739 if (vec_skip_and_cmp(DIGITS_PER_LONG, ud, v.ndigits, v.digit) != 0) 3775 if (vec_skip_and_cmp( [all...] |
H A D | sc_unsigned.cpp | 2078 int cmp_res = vec_skip_and_cmp(und, ud, vnd, vd); 2110 cmp_res = vec_skip_and_cmp(nd, d, vnd, vd); 2118 cmp_res = vec_skip_and_cmp(und, ud, nd, d);
|
H A D | sc_nbutils.h | 513 vec_skip_and_cmp(int ulen, const sc_digit *u, function in namespace:sc_dt
|
/gem5/src/systemc/dt/int/ |
H A D | sc_signed.cc | 3516 if (vec_skip_and_cmp(u.ndigits, u.digit, v.ndigits, v.digit) != 0) 3531 if (vec_skip_and_cmp(u.ndigits, u.digit, DIGITS_PER_INT64, vd) != 0) 3546 if (vec_skip_and_cmp(DIGITS_PER_INT64, ud, v.ndigits, v.digit) != 0) 3561 if (vec_skip_and_cmp(u.ndigits, u.digit, DIGITS_PER_INT64, vd) != 0) 3576 if (vec_skip_and_cmp(DIGITS_PER_INT64, ud, v.ndigits, v.digit) != 0) 3591 if (vec_skip_and_cmp(u.ndigits, u.digit, DIGITS_PER_LONG, vd) != 0) 3606 if (vec_skip_and_cmp(DIGITS_PER_LONG, ud, v.ndigits, v.digit) != 0) 3621 if (vec_skip_and_cmp(u.ndigits, u.digit, DIGITS_PER_LONG, vd) != 0) 3636 if (vec_skip_and_cmp(DIGITS_PER_LONG, ud, v.ndigits, v.digit) != 0) 3669 if (vec_skip_and_cmp( [all...] |
H A D | sc_unsigned.cc | 2117 int cmp_res = vec_skip_and_cmp(und, ud, vnd, vd); 2142 cmp_res = vec_skip_and_cmp(nd, d, vnd, vd); 2147 cmp_res = vec_skip_and_cmp(und, ud, nd, d);
|
/gem5/src/systemc/ext/dt/int/ |
H A D | sc_nbutils.hh | 358 vec_skip_and_cmp(int ulen, const sc_digit *u, int vlen, const sc_digit *v) function in namespace:sc_dt
|
Completed in 47 milliseconds