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

/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h115 m_right_p = (sc_value_base*)&right;
129 m_right_p = (sc_value_base*)&right;
163 m_right_p->concat_clear_data(to_ones);
168 bool rnz = m_right_p->concat_get_ctrl( dst_p, low_i );
175 bool rnz = m_right_p->concat_get_data( dst_p, low_i );
183 return m_right_p->concat_get_uint64();
187 m_right_p->concat_get_uint64();
193 m_right_p->concat_set( src, low_i );
199 m_right_p->concat_set( src, low_i );
205 m_right_p
451 sc_value_base* m_right_p; // Right hand operand of concatenation. member in class:sc_dt::sc_concatref
[all...]
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh131 m_right_p = (sc_value_base *)&right;
145 m_right_p = (sc_value_base *)&right;
170 m_right_p->concat_clear_data(to_ones);
176 bool rnz = m_right_p->concat_get_ctrl(dst_p, low_i);
184 bool rnz = m_right_p->concat_get_data(dst_p, low_i);
193 return m_right_p->concat_get_uint64();
196 m_right_p->concat_get_uint64();
203 m_right_p->concat_set(src, low_i);
210 m_right_p->concat_set(src, low_i);
217 m_right_p
441 sc_value_base *m_right_p; // Right hand operand of concatenation. member in class:sc_dt::sc_concatref
[all...]

Completed in 8 milliseconds