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

/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc100 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
107 m_msw(), m_lsw(), m_r_flag(false)
111 m_wp = m_msw = m_lsw = 2;
126 m_state(), m_msw(), m_lsw(), m_r_flag(false)
130 m_wp = m_msw = m_lsw = 2;
140 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
159 m_msw = 2;
169 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
174 m_wp = m_msw = m_lsw = 2;
183 m_msw
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp100 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
107 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
113 m_wp = m_msw = m_lsw = 2;
131 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
137 m_wp = m_msw = m_lsw = 2;
147 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
170 m_msw = 2;
181 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
187 m_wp = m_msw = m_lsw = 2;
196 m_msw
[all...]
H A Dscfx_rep.h302 int m_msw; // index of most significant non-zero word. member in class:sc_dt::scfx_rep
316 m_wp = m_msw = m_lsw = 0;
344 m_msw(0), m_lsw(0), m_r_flag( false )
369 m_msw = f.m_msw;
499 m_msw += size_incr;
823 m_msw = find_msw();
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh280 int m_msw; // index of most significant non-zero word. member in class:sc_dt::scfx_rep
292 m_wp = m_msw = m_lsw = 0;
315 m_msw(0), m_lsw(0), m_r_flag(false)
332 m_msw = f.m_msw;
419 m_msw += size_incr;
710 m_msw = find_msw();

Completed in 12 milliseconds