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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.cpp83 scfx_mant::alloc_word( std::size_t size ) function in class:sc_dt::scfx_mant
H A Dscfx_mant.h112 static word* alloc_word( std::size_t size );
133 return alloc_word( size ) + ( size - 1 );
135 return alloc_word( size );
/gem5/src/systemc/dt/fx/
H A Dscfx_mant.cc82 scfx_mant::alloc_word(std::size_t size) function in class:sc_dt::scfx_mant
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_mant.hh106 static word *alloc_word(std::size_t size);
119 return alloc_word(size) + (size - 1);
121 return alloc_word(size);

Completed in 7 milliseconds