Searched refs:negative (Results 1 - 25 of 31) sorted by relevance

12

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_ieee.h87 unsigned negative:1; member in struct:sc_dt::ieee_double::__anon2
95 unsigned negative:1;
136 unsigned int negative() const;
137 void negative( unsigned int );
210 scfx_ieee_double::negative() const function in class:sc_dt::scfx_ieee_double
212 return m_id.s.negative;
217 scfx_ieee_double::negative( unsigned int a ) function in class:sc_dt::scfx_ieee_double
219 m_id.s.negative = a & SCFX_MASK_(1);
432 unsigned negative:1; member in struct:sc_dt::ieee_float::__anon3
438 unsigned negative
542 scfx_ieee_float::negative() const function in class:sc_dt::scfx_ieee_float
549 scfx_ieee_float::negative( unsigned int a ) function in class:sc_dt::scfx_ieee_float
[all...]
H A Dsc_fxval.cpp192 if( id.negative() != 0 )
194 id.negative( 0 );
327 if( id2.negative() != 0 )
330 id2.negative( 0 );
431 int sign = ( id2.negative() != 0 ) ? ( 1 << step ) - 1 : 0;
492 scfx_print_inf( s, static_cast<bool>( id.negative() ) );
493 else if( id.negative() && ! id.is_zero() &&
497 s += "negative";
622 if( id.negative() != 0 )
H A Dscfx_utils.h440 scfx_print_inf( scfx_string& s, bool negative )
442 if( negative )
H A Dsc_fxnum.cpp634 if( id.negative() != 0 )
647 if( id.is_zero() && id.negative() != 0 ) {
788 if( id.negative() != 0 )
859 if( id.negative() != 0 )
H A Dscfx_rep.cpp214 m_sign = id.negative() ? -1 : 1;
557 // check if the mantissa is negative
757 // two's complement of mantissa if it is negative
798 id.negative( m_sign < 0 );
805 id.negative( m_sign < 0 );
816 id.negative( m_sign < 0 );
895 id.negative( m_sign < 0 );
1233 s += "negative";
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_ieee.hh84 unsigned negative:1; member in struct:sc_dt::ieee_double::__anon51
92 unsigned negative:1;
128 unsigned int negative() const;
129 void negative(unsigned int);
192 scfx_ieee_double::negative() const function in class:sc_dt::scfx_ieee_double
194 return m_id.s.negative;
198 scfx_ieee_double::negative(unsigned int a) function in class:sc_dt::scfx_ieee_double
200 m_id.s.negative = a & SCFX_MASK_(1);
380 unsigned negative:1; member in struct:sc_dt::ieee_float::__anon52
386 unsigned negative
478 scfx_ieee_float::negative() const function in class:sc_dt::scfx_ieee_float
484 scfx_ieee_float::negative(unsigned int a) function in class:sc_dt::scfx_ieee_float
[all...]
H A Dscfx_utils.hh410 scfx_print_inf(scfx_string &s, bool negative) argument
412 if (negative)
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dlb.S25 # Test with negative offset
32 # Test with a negative base
H A Dlbu.S25 # Test with negative offset
32 # Test with a negative base
H A Dld.S25 # Test with negative offset
32 # Test with a negative base
H A Dlh.S25 # Test with negative offset
32 # Test with a negative base
H A Dlhu.S25 # Test with negative offset
32 # Test with a negative base
H A Dlw.S25 # Test with negative offset
32 # Test with a negative base
H A Dlwu.S25 # Test with negative offset
32 # Test with a negative base
H A Dsb.S25 # Test with negative offset
32 # Test with a negative base
H A Dsd.S25 # Test with negative offset
32 # Test with a negative base
H A Dsh.S25 # Test with negative offset
32 # Test with a negative base
H A Dsw.S25 # Test with negative offset
32 # Test with a negative base
/gem5/system/alpha/console/
H A Dprintf.c62 * if radix is negative, print as signed quantity
63 * if width is negative, left justify
75 ushort negative = 0; local
91 negative = 1;
121 /* fill # ' ' and negative cannot happen at once */
122 if (negative) {
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc185 if (id.negative() != 0) {
186 id.negative(0);
302 if (id2.negative() != 0) {
304 id2.negative(0);
399 int sign = (id2.negative() != 0) ? (1 << step) - 1 : 0;
454 scfx_print_inf(s, static_cast<bool>(id.negative()));
455 } else if (id.negative() && !id.is_zero() &&
459 s += "negative";
582 if (id.negative() != 0) {
H A Dsc_fxnum.cc577 if (id.negative() != 0)
588 if (id.is_zero() && id.negative() != 0) {
719 if (id.negative() != 0) {
784 if (id.negative() != 0) {
H A Dscfx_rep.cc201 m_sign = id.negative() ? -1 : 1;
509 // check if the mantissa is negative
700 // two's complement of mantissa if it is negative
734 id.negative(m_sign < 0);
740 id.negative(m_sign < 0);
750 id.negative(m_sign < 0);
815 id.negative(m_sign < 0); function
1155 s += "negative";
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfcvt_w.S60 # test negative NaN, negative infinity conversion
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfcvt_w.S55 # test negative NaN, negative infinity conversion
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py422 "Initialize the offsets list also with negative values \
424 offsets and the other half with negative ones)")

Completed in 50 milliseconds

12