Searched refs:SC_DIGIT_ZERO (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_lv_base.cpp65 { SC_DIGIT_ZERO, ~SC_DIGIT_ZERO, SC_DIGIT_ZERO, ~SC_DIGIT_ZERO };
68 { SC_DIGIT_ZERO, SC_DIGIT_ZERO, ~SC_DIGIT_ZERO, ~SC_DIGIT_ZERO };
H A Dsc_bv_base.cpp84 sc_digit dw = init_value ? ~SC_DIGIT_ZERO : SC_DIGIT_ZERO;
190 m_data[i] = SC_DIGIT_ZERO;
204 m_data[i] = SC_DIGIT_ZERO;
235 m_data[i] = SC_DIGIT_ZERO;
249 m_data[i] = SC_DIGIT_ZERO;
H A Dsc_proxy.h96 const sc_digit SC_DIGIT_ZERO = (sc_digit)0; member in namespace:sc_dt
732 unsigned int sgn = (sign ? ~SC_DIGIT_ZERO : SC_DIGIT_ZERO);
734 set_words_( x, i, sgn, SC_DIGIT_ZERO );
920 set_words_( x, 0, (sc_digit)a, SC_DIGIT_ZERO );
933 set_words_( x, 0, (sc_digit) a, SC_DIGIT_ZERO );
947 set_words_( x, 0, ((sc_digit) a & ~SC_DIGIT_ZERO), SC_DIGIT_ZERO );
950 ((sc_digit) (a >> SC_DIGIT_SIZE) & ~SC_DIGIT_ZERO),
951 SC_DIGIT_ZERO );
[all...]
H A Dsc_bv_base.h246 { return SC_DIGIT_ZERO; }
333 if ( bi != 0 ) m_data[wi] &= ~SC_DIGIT_ZERO >> (SC_DIGIT_SIZE - bi);
H A Dsc_bit_proxies.h2639 if( get_cword( i ) != SC_DIGIT_ZERO ) {
3071 sc_digit rl_mask = ~SC_DIGIT_ZERO >> nshift;
3107 sc_digit lh_mask = ~SC_DIGIT_ZERO << nshift;
3109 sc_digit rl_mask = ~SC_DIGIT_ZERO >> nshift;
3115 sc_digit ll_mask = ~SC_DIGIT_ZERO >> shift;
3147 sc_digit rl_mask = ~SC_DIGIT_ZERO >> nshift;
3183 sc_digit lh_mask = ~SC_DIGIT_ZERO << nshift;
3185 sc_digit rl_mask = ~SC_DIGIT_ZERO >> nshift;
3191 sc_digit ll_mask = ~SC_DIGIT_ZERO >> shift;
H A Dsc_lv_base.h346 sc_digit mask = ~SC_DIGIT_ZERO >> (SC_DIGIT_SIZE - bi);
/gem5/src/systemc/dt/bit/
H A Dsc_lv_base.cc82 SC_DIGIT_ZERO, ~SC_DIGIT_ZERO, SC_DIGIT_ZERO, ~SC_DIGIT_ZERO
86 SC_DIGIT_ZERO, SC_DIGIT_ZERO, ~SC_DIGIT_ZERO, ~SC_DIGIT_ZERO
H A Dsc_bv_base.cc86 sc_digit dw = init_value ? ~SC_DIGIT_ZERO : SC_DIGIT_ZERO;
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh100 const sc_digit SC_DIGIT_ZERO = (sc_digit)0; member in namespace:sc_dt
623 unsigned int sgn = (sign ? ~SC_DIGIT_ZERO : SC_DIGIT_ZERO);
625 set_words_(x, i, sgn, SC_DIGIT_ZERO);
801 set_words_(x, 0, (sc_digit)a, SC_DIGIT_ZERO);
813 set_words_(x, 0, (sc_digit)a, SC_DIGIT_ZERO);
826 set_words_(x, 0, ((sc_digit)a & ~SC_DIGIT_ZERO), SC_DIGIT_ZERO);
828 set_words_(x, 1, ((sc_digit)(a >> SC_DIGIT_SIZE) & ~SC_DIGIT_ZERO),
829 SC_DIGIT_ZERO);
[all...]
H A Dsc_bv_base.hh227 sc_digit get_cword(int /*i*/) const { return SC_DIGIT_ZERO; }
278 m_data[wi] &= ~SC_DIGIT_ZERO >> (SC_DIGIT_SIZE - bi);
H A Dsc_bit_proxies.hh2344 if (get_cword(i) != SC_DIGIT_ZERO) {
2715 sc_digit rl_mask = ~SC_DIGIT_ZERO >> nshift;
2750 sc_digit lh_mask = ~SC_DIGIT_ZERO << nshift;
2752 sc_digit rl_mask = ~SC_DIGIT_ZERO >> nshift;
2758 sc_digit ll_mask = ~SC_DIGIT_ZERO >> shift;
2788 sc_digit rl_mask = ~SC_DIGIT_ZERO >> nshift;
2823 sc_digit lh_mask = ~SC_DIGIT_ZERO << nshift;
2825 sc_digit rl_mask = ~SC_DIGIT_ZERO >> nshift;
2831 sc_digit ll_mask = ~SC_DIGIT_ZERO >> shift;
H A Dsc_lv_base.hh296 sc_digit mask = ~SC_DIGIT_ZERO >> (SC_DIGIT_SIZE - bi);

Completed in 33 milliseconds