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

/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh606 x_dw = x.get_word(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));
1031 x_dw |= x.get_word(i - 1) >> (SC_DIGIT_SIZE - bn);
1069 set_words_(x, i, x.get_word(i + wn), x.get_cword(i + wn));
1081 x_dw |= x.get_word(i + 1) << (SC_DIGIT_SIZE - bn);
1267 sc_digit w = x.get_word(0);
1285 uint64 w = x.get_word(0);
1290 uint64 w1 = x.get_word(1);
1311 w = x.get_word(
[all...]
H A Dsc_bv_base.hh223 sc_digit get_word(int i) const { return m_data[i]; } function in class:sc_dt::sc_bv_base
H A Dsc_bit_proxies.hh139 sc_digit get_word(int i) const;
635 sc_digit get_word(int i) const;
1065 sc_digit get_word(int i) const;
1746 sc_bitref_r<T>::get_word(int n) const function in class:sc_dt::sc_bitref_r
2084 temp = this->m_obj.get_word(wi);
2238 sc_subref_r<X>::get_word(int i) const function in class:sc_dt::sc_subref_r
2693 sc_concref_r<X, Y>::get_word(int i) const function in class:sc_dt::sc_concref_r
2703 return r.get_word(i);
2710 return l.get_word(j);
2716 return ((r.get_word(
[all...]
H A Dsc_lv_base.hh235 sc_digit get_word(int wi) const { return m_data[wi]; } function in class:sc_dt::sc_lv_base
632 x.set_word(i, a.get_word(i) | b.get_word(i));
665 x.set_word(i, a.get_word(i) | b.get_word(i));
703 if (x.get_word(i) != y.get_word(i) ||
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h713 x_dw = x.get_word( 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 ) );
1173 x_dw |= x.get_word( i - 1 ) >> (SC_DIGIT_SIZE - bn);
1217 set_words_( x, i, x.get_word( i + wn ), x.get_cword( i + wn ) );
1229 x_dw |= x.get_word( i + 1 ) << (SC_DIGIT_SIZE - bn);
1462 sc_digit w = x.get_word( 0 );
1481 uint64 w = x.get_word( 0 );
1487 uint64 w1 = x.get_word( 1 );
1514 w = x.get_word(
[all...]
H A Dsc_bv_base.h239 sc_digit get_word( int i ) const function in class:sc_dt::sc_bv_base
H A Dsc_lv_base.h255 sc_digit get_word( int wi ) const function in class:sc_dt::sc_lv_base
729 x.set_word( i, a.get_word( i ) | b.get_word( i ) );
768 x.set_word( i, a.get_word( i ) | b.get_word( i ) );
813 if( x.get_word( i ) != y.get_word( i ) ||
H A Dsc_bit_proxies.h127 sc_digit get_word( int i ) const;
670 sc_digit get_word( int i )const;
1149 sc_digit get_word( int i ) const;
1959 sc_bitref_r<T>::get_word( int n ) const function in class:sc_dt::sc_bitref_r
2349 temp = this->m_obj.get_word(wi);
2527 sc_subref_r<X>::get_word( int i ) const function in class:sc_dt::sc_subref_r
3049 sc_concref_r<X,Y>::get_word( int i ) const function in class:sc_dt::sc_concref_r
3059 return r.get_word( i );
3066 return l.get_word( j );
3072 return ( (r.get_word(
[all...]

Completed in 45 milliseconds