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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.cpp166 return m_num.get_slice( m_from, m_to, m_bv );
172 return m_num.set_slice( m_from, m_to, m_bv );
199 os << "from = " << m_from << ::std::endl;
215 return m_num.get_slice( m_from, m_to, m_bv );
221 return m_num.set_slice( m_from, m_to, m_bv );
248 os << "from = " << m_from << ::std::endl;
H A Dsc_fxnum.h382 int m_from; member in class:sc_dt::sc_fxnum_subref
545 int m_from; member in class:sc_dt::sc_fxnum_fast_subref
1865 : m_num( num_ ), m_from( from_ ), m_to( to_ ),
1866 m_bv( *new sc_bv_base( sc_max( m_from, m_to ) -
1867 sc_min( m_from, m_to ) + 1 ) )
1875 : m_num( a.m_num ), m_from( a.m_from ), m_to( a.m_to ),
2216 : m_num( num_ ), m_from( from_ ), m_to( to_ ),
2217 m_bv( *new sc_bv_base( sc_max( m_from, m_to ) -
2218 sc_min( m_from, m_t
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc135 return m_num.get_slice(m_from, m_to, m_bv);
141 return m_num.set_slice(m_from, m_to, m_bv);
166 os << "from = " << m_from << ::std::endl;
182 return m_num.get_slice(m_from, m_to, m_bv);
188 return m_num.set_slice(m_from, m_to, m_bv);
213 os << "from = " << m_from << ::std::endl;
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh331 int m_from; member in class:sc_dt::sc_fxnum_subref
466 int m_from; member in class:sc_dt::sc_fxnum_fast_subref
1593 m_num(num_), m_from(from_), m_to(to_),
1594 m_bv(*new sc_bv_base(sc_max(m_from, m_to) - sc_min(m_from, m_to) + 1))
1599 m_num(a.m_num), m_from(a.m_from), m_to(a.m_to),
1882 m_num(num_), m_from(from_), m_to(to_),
1883 m_bv(*new sc_bv_base(sc_max(m_from, m_to) - sc_min(m_from, m_t
[all...]

Completed in 26 milliseconds