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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.h69 typedef unsigned short half_word; typedef in namespace:sc_dt
102 half_word half_at( int ) const;
103 half_word& half_at( int );
105 half_word* half_addr( int = 0 ) const;
304 half_word
310 return reinterpret_cast<half_word*>( m_array )[-i];
312 return reinterpret_cast<half_word*>( m_array )[i];
317 half_word&
323 return reinterpret_cast<half_word*>( m_array )[-i];
325 return reinterpret_cast<half_word*>( m_arra
[all...]
H A Dscfx_rep.cpp1524 half_word u;
1525 half_word l;
1527 half_word l;
1528 half_word u;
1585 half_word *s1 = lhs.m_mant.half_addr( lhs.m_lsw );
1586 half_word *s2 = rhs.m_mant.half_addr( rhs.m_lsw );
1588 half_word *t = result.m_mant.half_addr();
1600 half_word v1 = s1[i1];
2367 half_word* hw = (half_word*)
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_mant.hh67 typedef unsigned short half_word; typedef in namespace:sc_dt
97 half_word half_at(int) const;
98 half_word &half_at(int);
100 half_word *half_addr(int=0) const;
257 inline half_word
263 return reinterpret_cast<half_word *>(m_array)[-i];
265 return reinterpret_cast<half_word *>(m_array)[i];
269 inline half_word &
275 return reinterpret_cast<half_word *>(m_array)[-i];
277 return reinterpret_cast<half_word *>(m_arra
[all...]
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1404 half_word u;
1405 half_word l;
1407 half_word l;
1408 half_word u;
1459 half_word *s1 = lhs.m_mant.half_addr(lhs.m_lsw);
1460 half_word *s2 = rhs.m_mant.half_addr(rhs.m_lsw);
1462 half_word *t = result.m_mant.half_addr();
1473 half_word v1 = s1[i1];
2147 half_word *hw = (half_word *)
[all...]

Completed in 10 milliseconds