Searched refs:low_i (Results 26 - 33 of 33) sorted by relevance

12

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_unsigned.cpp145 bool sc_unsigned::concat_get_ctrl( sc_digit* dst_p, int low_i ) const
155 dst_i = low_i / BITS_PER_DIGIT;
156 end_i = (low_i + nbits - 2) / BITS_PER_DIGIT;
157 left_shift = low_i % BITS_PER_DIGIT;
174 bool sc_unsigned::concat_get_data( sc_digit* dst_p, int low_i ) const
193 dst_i = low_i / BITS_PER_DIGIT;
194 high_i = low_i + real_bits - 1;
196 left_shift = low_i % BITS_PER_DIGIT;
391 void sc_unsigned::concat_set(int64 src, int low_i) argument
393 *this = (low_i < 6
396 concat_set(const sc_signed& src, int low_i) argument
404 concat_set(const sc_unsigned& src, int low_i) argument
412 concat_set(uint64 src, int low_i) argument
[all...]
H A Dsc_signed.h777 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const
779 int bit_mask = 1 << (low_i % BITS_PER_DIGIT);
780 int word_i = low_i / BITS_PER_DIGIT;
784 virtual bool concat_get_data( sc_digit* dst_p, int low_i ) const
786 int bit_mask = 1 << (low_i % BITS_PER_DIGIT);
788 int word_i = low_i / BITS_PER_DIGIT;
866 virtual void concat_set(int64 src, int low_i);
867 virtual void concat_set(const sc_signed& src, int low_i);
868 virtual void concat_set(const sc_unsigned& src, int low_i);
869 virtual void concat_set(uint64 src, int low_i);
[all...]
H A Dsc_unsigned.h683 virtual bool concat_get_ctrl( sc_digit* dst_p, int low_i ) const
685 int bit_mask = 1 << (low_i % BITS_PER_DIGIT);
686 int word_i = low_i / BITS_PER_DIGIT;
690 virtual bool concat_get_data( sc_digit* dst_p, int low_i ) const
692 int bit_mask = 1 << (low_i % BITS_PER_DIGIT);
694 int word_i = low_i / BITS_PER_DIGIT;
770 virtual void concat_set(int64 src, int low_i);
771 virtual void concat_set(const sc_signed& src, int low_i);
772 virtual void concat_set(const sc_unsigned& src, int low_i);
773 virtual void concat_set(uint64 src, int low_i);
[all...]
H A Dsc_signed.cpp141 bool sc_signed::concat_get_ctrl( sc_digit* dst_p, int low_i ) const
151 dst_i = low_i / BITS_PER_DIGIT;
152 end_i = (low_i + nbits - 1) / BITS_PER_DIGIT;
153 left_shift = low_i % BITS_PER_DIGIT;
167 bool sc_signed::concat_get_data( sc_digit* dst_p, int low_i ) const
185 dst_i = low_i / BITS_PER_DIGIT;
186 high_i = low_i + nbits - 1;
188 left_shift = low_i % BITS_PER_DIGIT;
399 void sc_signed::concat_set(int64 src, int low_i) argument
401 *this = (low_i < 6
404 concat_set(const sc_signed& src, int low_i) argument
412 concat_set(const sc_unsigned& src, int low_i) argument
420 concat_set(uint64 src, int low_i) argument
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_unsigned.cc166 sc_unsigned::concat_get_ctrl(sc_digit *dst_p, int low_i) const
175 dst_i = low_i / BITS_PER_DIGIT;
176 end_i = (low_i + nbits - 2) / BITS_PER_DIGIT;
177 left_shift = low_i % BITS_PER_DIGIT;
195 sc_unsigned::concat_get_data(sc_digit *dst_p, int low_i) const
212 dst_i = low_i / BITS_PER_DIGIT;
213 high_i = low_i + real_bits - 1;
215 left_shift = low_i % BITS_PER_DIGIT;
362 sc_unsigned::concat_set(int64 src, int low_i) argument
364 *this = (low_i < 6
368 concat_set(const sc_signed &src, int low_i) argument
377 concat_set(const sc_unsigned &src, int low_i) argument
386 concat_set(uint64 src, int low_i) argument
[all...]
H A Dsc_signed.cc158 sc_signed::concat_get_ctrl(sc_digit *dst_p, int low_i) const
166 dst_i = low_i / BITS_PER_DIGIT;
167 end_i = (low_i + nbits - 1) / BITS_PER_DIGIT;
168 left_shift = low_i % BITS_PER_DIGIT;
182 sc_signed::concat_get_data(sc_digit *dst_p, int low_i) const
197 dst_i = low_i / BITS_PER_DIGIT;
198 high_i = low_i + nbits - 1;
200 left_shift = low_i % BITS_PER_DIGIT;
359 sc_signed::concat_set(int64 src, int low_i) argument
361 *this = (low_i < 6
365 concat_set(const sc_signed &src, int low_i) argument
374 concat_set(const sc_unsigned &src, int low_i) argument
383 concat_set(uint64 src, int low_i) argument
[all...]
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh723 concat_get_ctrl(sc_digit *dst_p, int low_i) const
725 int bit_mask = 1 << (low_i % BITS_PER_DIGIT);
726 int word_i = low_i / BITS_PER_DIGIT;
732 concat_get_data( sc_digit* dst_p, int low_i ) const
734 int bit_mask = 1 << (low_i % BITS_PER_DIGIT);
736 int word_i = low_i / BITS_PER_DIGIT;
793 virtual void concat_set(int64 src, int low_i);
794 virtual void concat_set(const sc_signed &src, int low_i);
795 virtual void concat_set(const sc_unsigned &src, int low_i);
796 virtual void concat_set(uint64 src, int low_i);
[all...]
H A Dsc_unsigned.hh631 concat_get_ctrl(sc_digit *dst_p, int low_i) const
633 int bit_mask = 1 << (low_i % BITS_PER_DIGIT);
634 int word_i = low_i / BITS_PER_DIGIT;
639 concat_get_data(sc_digit *dst_p, int low_i) const
641 int bit_mask = 1 << (low_i % BITS_PER_DIGIT);
643 int word_i = low_i / BITS_PER_DIGIT;
700 virtual void concat_set(int64 src, int low_i);
701 virtual void concat_set(const sc_signed &src, int low_i);
702 virtual void concat_set(const sc_unsigned &src, int low_i);
703 virtual void concat_set(uint64 src, int low_i);
[all...]

Completed in 47 milliseconds

12