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

/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h114 m_left_p = (sc_value_base*)&left;
128 m_left_p = (sc_value_base*)&left;
162 m_left_p->concat_clear_data(to_ones);
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 );
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);
206 m_left_p->concat_set( src, low_i+m_len_r);
212 m_left_p
450 sc_value_base* m_left_p; // Left hand operand of concatenation. member in class:sc_dt::sc_concatref
[all...]
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh130 m_left_p = (sc_value_base *)&left;
144 m_left_p = (sc_value_base *)&left;
169 m_left_p->concat_clear_data(to_ones);
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);
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);
218 m_left_p->concat_set(src, low_i + m_len_r);
225 m_left_p
440 sc_value_base *m_left_p; // Left hand operand of concatenation. member in class:sc_dt::sc_concatref
[all...]

Completed in 8 milliseconds