Searched refs:test (Results 176 - 200 of 304) sorted by relevance

1234567891011>>

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_unsigned_bitref.inc49 return m_obj_p->test( m_index );
55 return ( ! m_obj_p->test( m_index ) );
61 return ( ! m_obj_p->test( m_index ) );
132 m_obj_p->set(low_i, src.test(low_i));
140 m_obj_p->set(low_i, src.test(low_i));
H A Dsc_signed_subref.inc176 for( i = m_right; i <= l; ++ i ) m_obj_p->set( i, v.test( i - m_right ) );
177 for ( ; i <= m_left; i++ ) m_obj_p->set( i, v.test( l ) );
194 for( i = m_right; i <= l; ++ i ) m_obj_p->set( i, v.test( i - m_right ) );
339 bool sign = src.test(src.nbits-1);
346 m_obj_p->set( i, src.test( src_i ) );
367 m_obj_p->set( i, src.test( src_i ) );
H A Dsc_unsigned_subref.inc177 for( i = m_right; i <= l; ++ i ) m_obj_p->set( i, v.test( i - m_right ) );
178 for ( ; i <= m_left; i++ ) m_obj_p->set( i, v.test( l ) );
194 for( i = m_right; i <= l; ++ i ) m_obj_p->set( i, v.test( i - m_right ) );
338 bool sign = src.test(src.nbits-1);
345 m_obj_p->set( i, src.test( src_i ) );
366 m_obj_p->set( i, src.test( src_i ) );
/gem5/src/systemc/dt/int/
H A Dsc_signed_bitref.inc49 return m_obj_p->test(m_index);
55 return (!m_obj_p->test(m_index));
61 return (!m_obj_p->test(m_index));
134 m_obj_p->set(low_i, src.test(low_i));
143 m_obj_p->set(low_i, src.test(low_i));
H A Dsc_unsigned_bitref.inc49 return m_obj_p->test(m_index);
55 return (!m_obj_p->test(m_index));
61 return (!m_obj_p->test(m_index));
134 m_obj_p->set(low_i, src.test(low_i));
143 m_obj_p->set(low_i, src.test(low_i));
H A Dsc_signed_subref.inc177 m_obj_p->set(i, v.test(i - m_right));
179 m_obj_p->set(i, v.test(l));
197 m_obj_p->set(i, v.test(i - m_right));
337 bool sign = src.test(src.nbits - 1);
343 m_obj_p->set(i, src.test(src_i));
364 m_obj_p->set(i, src.test(src_i));
H A Dsc_unsigned_subref.inc177 m_obj_p->set(i, v.test(i - m_right));
179 m_obj_p->set(i, v.test(l));
196 m_obj_p->set(i, v.test(i - m_right));
329 bool sign = src.test(src.nbits - 1);
335 m_obj_p->set(i, src.test(src_i));
356 m_obj_p->set(i, src.test(src_i));
/gem5/tests/
H A Dtests.py69 help="Don't translate test names to " \
102 followed by the test category and mode separated by
103 slashes. The test names emitted by this command can be fed
122 help="List available test cases")
128 for test in get_tests(isa, categories=categories, modes=modes,
131 print("/".join(test))
141 Run one or more tests described by a gem5 test tuple.
143 The test tuple consists of a test category (quick or long), a
144 test mod
[all...]
/gem5/ext/testlib/
H A Dwrappers.py42 Module contains wrappers for test items that have been
80 Base class for loaded test items.
145 def test(self, *args, **kwargs): member in class:LoadedTest
146 self.obj.test(*args, **kwargs)
168 return [LoadedTest(test, self, self.metadata.path)
169 for test in suite_obj]
191 Wraps a collection of all loaded test suites and
213 and test fixtures
223 test contained in the given suite
225 return itertools.chain(*(test
[all...]
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/pr476/
H A Dmain.cpp40 #include "test.h"
69 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test1/
H A Dmain.cpp40 #include "test.h"
69 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
H A Dtest.cpp22 test.cpp --
48 #include "test.h"
50 void test::entry()
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test2/
H A Dmain.cpp40 #include "test.h"
69 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test3/
H A Dmain.cpp40 #include "test.h"
69 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test4/
H A Dmain.cpp40 #include "test.h"
69 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test5/
H A Dmain.cpp40 #include "test.h"
69 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test6/
H A Dmain.cpp40 #include "test.h"
69 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/stars/star109218-2/
H A Dstar109218-2.cpp69 void test::reset_loop() {
/gem5/src/systemc/tests/systemc/misc/synth/concat/fncall/
H A Dmain.cpp41 #include "test.h"
70 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
H A Dtest.cpp22 test.cpp --
48 #include "test.h"
60 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/concat/lvalue/
H A Dmain.cpp41 #include "test.h"
70 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/synth/concat/rvalue/
H A Dmain.cpp41 #include "test.h"
70 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/synth/directives/line_label/test1/
H A Dmain.cpp41 #include "test.h"
70 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/synth/directives/line_label/test2/
H A Dmain.cpp41 #include "test.h"
70 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,
/gem5/src/systemc/tests/systemc/misc/synth/directives/line_label/test3/
H A Dmain.cpp41 #include "test.h"
70 test TEST ("TEST", clock, reset_sig, i1, i2, i3, i4, i5,

Completed in 21 milliseconds

1234567891011>>