Searched refs:get_cword (Results 1 - 8 of 8) sorted by relevance

/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh607 x_cw = x.get_cword(wi);
641 set_words_(x, i, y.get_word(i), y.get_cword(i));
1019 set_words_(x, i, x.get_word(i - wn), x.get_cword(i - wn));
1033 x_cw |= x.get_cword(i - 1) >> (SC_DIGIT_SIZE - bn);
1069 set_words_(x, i, x.get_word(i + wn), x.get_cword(i + wn));
1083 x_cw |= x.get_cword(i + 1) << (SC_DIGIT_SIZE - bn);
1264 if (x.get_cword(0) != SC_DIGIT_ZERO) {
1282 if (x.get_cword(0) != SC_DIGIT_ZERO) {
1287 if (x.get_cword(1) != SC_DIGIT_ZERO) {
1309 if (x.get_cword(
[all...]
H A Dsc_bv_base.hh227 sc_digit get_cword(int /*i*/) const { return SC_DIGIT_ZERO; } function in class:sc_dt::sc_bv_base
H A Dsc_bit_proxies.hh140 sc_digit get_cword(int i) const;
638 sc_digit get_cword(int i) const;
1068 sc_digit get_cword(int i) const;
1758 sc_bitref_r<T>::get_cword(int n) const function in class:sc_dt::sc_bitref_r
2100 temp = this->m_obj.get_cword(wi);
2289 sc_subref_r<X>::get_cword(int i) const function in class:sc_dt::sc_subref_r
2344 if (get_cword(i) != SC_DIGIT_ZERO) {
2766 sc_concref_r<X, Y>::get_cword(int i) const function in class:sc_dt::sc_concref_r
2776 return r.get_cword(i);
2783 return l.get_cword(
[all...]
H A Dsc_lv_base.hh248 sc_digit get_cword(int wi) const { return m_ctrl[wi]; }
633 x.set_cword(i, a.get_cword(i) | b.get_cword(i));
666 x.set_cword(i, a.get_cword(i) | b.get_cword(i));
704 x.get_cword(i) != y.get_cword(i)) {
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h714 x_cw = x.get_cword( wi );
753 set_words_( x, i, y.get_word( i ), y.get_cword( i ) );
1161 set_words_( x, i, x.get_word( i - wn ), x.get_cword( i - wn ) );
1175 x_cw |= x.get_cword( i - 1 ) >> (SC_DIGIT_SIZE - bn);
1217 set_words_( x, i, x.get_word( i + wn ), x.get_cword( i + wn ) );
1231 x_cw |= x.get_cword( i + 1 ) << (SC_DIGIT_SIZE - bn);
1459 if( x.get_cword( 0 ) != SC_DIGIT_ZERO ) {
1478 if( x.get_cword( 0 ) != SC_DIGIT_ZERO ) {
1484 if( x.get_cword( 1 ) != SC_DIGIT_ZERO ) {
1512 if( x.get_cword(
[all...]
H A Dsc_bv_base.h245 sc_digit get_cword( int /*i*/ ) const function in class:sc_dt::sc_bv_base
H A Dsc_lv_base.h266 sc_digit get_cword( int wi ) const
730 x.set_cword( i, a.get_cword( i ) | b.get_cword( i ) );
769 x.set_cword( i, a.get_cword( i ) | b.get_cword( i ) );
814 x.get_cword( i ) != y.get_cword( i ) ) {
H A Dsc_bit_proxies.h128 sc_digit get_cword( int i ) const;
673 sc_digit get_cword( int i ) const;
1152 sc_digit get_cword( int i ) const;
1973 sc_bitref_r<T>::get_cword( int n ) const function in class:sc_dt::sc_bitref_r
2367 temp = this->m_obj.get_cword(wi);
2580 sc_subref_r<X>::get_cword( int i ) const function in class:sc_dt::sc_subref_r
2639 if( get_cword( i ) != SC_DIGIT_ZERO ) {
3125 sc_concref_r<X,Y>::get_cword( int i ) const function in class:sc_dt::sc_concref_r
3135 return r.get_cword( i );
3142 return l.get_cword(
[all...]

Completed in 46 milliseconds