Lines Matching refs:concat_set
201 concat_set(int64 src, int low_i)
203 m_right_p->concat_set(src, low_i);
204 m_left_p->concat_set(src, low_i + m_len_r);
208 concat_set(const sc_signed &src, int low_i)
210 m_right_p->concat_set(src, low_i);
211 m_left_p->concat_set(src, low_i + m_len_r);
215 concat_set(const sc_unsigned &src, int low_i)
217 m_right_p->concat_set(src, low_i);
218 m_left_p->concat_set(src, low_i + m_len_r);
222 concat_set(uint64 src, int low_i)
224 m_right_p->concat_set(src, low_i);
225 m_left_p->concat_set(src, low_i + m_len_r);
309 m_right_p->concat_set((int64)v, 0);
310 m_left_p->concat_set((int64)v, m_len_r);
317 m_right_p->concat_set((int64)v, 0);
318 m_left_p->concat_set((int64)v, m_len_r);
325 m_right_p->concat_set(v, 0);
326 m_left_p->concat_set(v, m_len_r);
333 m_right_p->concat_set((uint64)v, 0);
334 m_left_p->concat_set((uint64)v, m_len_r);
341 m_right_p->concat_set((uint64)v, 0);
342 m_left_p->concat_set((uint64)v, m_len_r);
349 m_right_p->concat_set(v, 0);
350 m_left_p->concat_set(v, m_len_r);
359 m_right_p->concat_set(temp, 0);
360 m_left_p->concat_set(temp, m_len_r);
367 m_right_p->concat_set(v, 0);
368 m_left_p->concat_set(v, m_len_r);
375 m_right_p->concat_set(v, 0);
376 m_left_p->concat_set(v, m_len_r);
385 m_right_p->concat_set(v, 0);
386 m_left_p->concat_set(v, m_len_r);
395 m_right_p->concat_set(temp, 0);
396 m_left_p->concat_set(temp, m_len_r);
405 m_right_p->concat_set(data, 0);
406 m_left_p->concat_set(data, m_len_r);