Searched refs:m_len_r (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h116 m_len_r = right.concat_length(&right_xz);
117 m_len = left.concat_length(&left_xz) + m_len_r;
130 m_len_r = right.concat_length(&right_xz);
131 m_len = left.concat_length(&left_xz) + m_len_r;
169 bool lnz = m_left_p->concat_get_ctrl( dst_p, low_i+m_len_r );
176 bool lnz = m_left_p->concat_get_data( dst_p, low_i+m_len_r );
182 if ( m_len_r >= 64 )
186 return (m_left_p->concat_get_uint64() << m_len_r) |
194 m_left_p->concat_set( src, low_i+m_len_r);
200 m_left_p->concat_set( src, low_i+m_len_r);
453 int m_len_r; // Length of m_rightt_p. member in class:sc_dt::sc_concatref
[all...]
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh132 m_len_r = right.concat_length(&right_xz);
133 m_len = left.concat_length(&left_xz) + m_len_r;
146 m_len_r = right.concat_length(&right_xz);
147 m_len = left.concat_length(&left_xz) + m_len_r;
177 bool lnz = m_left_p->concat_get_ctrl(dst_p, low_i + m_len_r);
185 bool lnz = m_left_p->concat_get_data(dst_p, low_i + m_len_r);
192 if (m_len_r >= 64) {
195 return (m_left_p->concat_get_uint64() << m_len_r) |
204 m_left_p->concat_set(src, low_i + m_len_r);
211 m_left_p->concat_set(src, low_i + m_len_r);
443 int m_len_r; // Length of m_rightt_p. member in class:sc_dt::sc_concatref
[all...]

Completed in 8 milliseconds