Searched refs:vec_cmp (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbexterns.cpp85 // vec_cmp expects that und is the number of non-zero digits in ud.
87 int cmp_res = vec_cmp(new_und, ud, vnd, vd);
300 int cmp_res = vec_cmp(und, ud, vnd, vd);
370 int cmp_res = vec_cmp(und, ud, vnd, vd);
444 int cmp_res = vec_cmp(und, ud, vnd, vd);
522 int cmp_res = vec_cmp(und, ud, vnd, vd);
H A Dsc_nbutils.h431 vec_cmp(int ulen, const sc_digit *u, function in namespace:sc_dt
439 // ulen and vlen can be equal to 0 because vec_cmp can be called
525 return vec_cmp(ulen, u, vlen, v);
/gem5/src/systemc/dt/int/
H A Dsc_nbexterns.cc78 // vec_cmp expects that und is the number of non-zero digits in ud.
80 int cmp_res = vec_cmp(new_und, ud, vnd, vd);
262 int cmp_res = vec_cmp(und, ud, vnd, vd);
321 int cmp_res = vec_cmp(und, ud, vnd, vd);
383 int cmp_res = vec_cmp(und, ud, vnd, vd);
449 int cmp_res = vec_cmp(und, ud, vnd, vd);
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh283 vec_cmp(int ulen, const sc_digit *u, function in namespace:sc_dt
291 // ulen and vlen can be equal to 0 because vec_cmp can be called
368 return vec_cmp(ulen, u, vlen, v);

Completed in 21 milliseconds