Searched refs:test (Results 251 - 275 of 304) sorted by relevance

<<111213

/gem5/src/systemc/tests/systemc/misc/synth/concat/lvalue/
H A Dtest.cpp22 test.cpp --
48 #include "test.h"
50 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/concat/rvalue/
H A Dtest.cpp22 test.cpp --
48 #include "test.h"
50 void test::entry()
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dma_addr.S21 # indicate it's a load test
57 # indicate it's a store test
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dstructural.S7 # This test verifies that the FPU correctly obviates structural hazards on its
H A Dfcvt_w.S60 # test negative NaN, negative infinity conversion
70 # test positive NaN, positive infinity conversion
80 # test NaN, infinity conversions to unsigned integer
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dmove.S7 # This test verifies that the fmv.s.x, fmv.x.s, and fsgnj[x|n].d instructions
H A Dfcvt_w.S55 # test negative NaN, negative infinity conversion
63 # test positive NaN, positive infinity conversion
71 # test NaN, infinity conversions to unsigned integer
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dbgeu.S20 # Each test checks both forward and backward branches
H A Dbltu.S20 # Each test checks both forward and backward branches
/gem5/src/mem/ruby/common/
H A DNetDest.cc228 NetDest::isSuperset(const NetDest& test) const
230 assert(m_bits.size() == test.getSize());
233 if (!m_bits[i].isSuperset(test.m_bits[i])) {
H A DWriteMask.hh71 test(int offset) function in class:WriteMask
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h195 multi_to_multi_bind_base<TYPES>* test=dynamic_cast<multi_to_multi_bind_base<TYPES>*> (p_ex_s); local
196 if (test) //did we just do a multi-multi bind??
200 m_sockets.push_back(test->get_last_binder(m_binders[m_binders.size()-1]));
H A Dmulti_passthrough_target_socket.h265 base_initiator_socket_type* test=dynamic_cast<base_initiator_socket_type*>(binders[i]->get_other_side()); local
266 if (!test){display_error("Not bound to tlm_socket.");}
267 m_sockets.push_back(&test->get_base_interface()); //remember the interface
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h179 multi_to_multi_bind_base<TYPES> *test = local
181 if (test) {
186 m_sockets.push_back(test->get_last_binder(
H A Dmulti_passthrough_target_socket.h260 base_initiator_socket_type *test = local
263 if (!test) {
267 m_sockets.push_back(&test->get_base_interface());
/gem5/configs/common/
H A Dcpu2000.py178 def test(self, isa, os): pass member in class:DefaultBenchmark
209 def test(self, isa, os): member in class:art
218 self.output = 'test.out'
313 def test(self, isa, os): member in class:mesa
359 def test(self, isa, os): member in class:bzip2
426 def test(self, isa, os): member in class:gap
450 def test(self, isa, os): member in class:gcc
495 def test(self, isa, os): member in class:gzip
575 def test(self, isa, os): member in class:perlbmk
576 self.args = [ '-I.', '-I', 'lib', 'test
643 def test(self, isa, os): member in class:twolf
678 def test(self, isa, os): member in class:vortex
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest_filter_unittest.py31 """Unit test for Google Test test filters.
33 A user can specify which test(s) in a Google Test program to run via either
39 Note that test sharding may also influence which tests are filtered. Therefore,
40 we test that here also.
81 # Checks if we should test with an empty filter. This doesn't
88 # The environment variable for specifying the test filters.
91 # The environment variables for test sharding.
96 # The command line flag for specifying the test filters.
108 # Regex for parsing test cas
[all...]
/gem5/src/mem/ruby/slicc_interface/
H A DRubySlicc_Util.hh139 if (mask.test(i + startByte)) {
/gem5/tests/gem5/
H A Dsuite.py33 from testlib.test import TestFunction
59 :param name: Name of the test.
69 :param valid_isas: An iterable with the isas that this test can be ran
73 this test can be ran for. (E.g. opt, debug)
80 # Create a tempdir fixture to be shared throughout the test.
94 # NOTE: We specifically create this test before our verifiers so
129 Simple \'test\' which runs gem5 and saves the result into a tempdir.
143 # FIXME/TODO: I don't like the idea of having to modify this test run
/gem5/system/alpha/console/
H A Ddbmentry.S202 test: .long 0x6000002 # jsr quiesceNs # wait 65us*3 label
204 beq t3, test
/gem5/src/base/
H A Dtrie.hh52 matches(Key test) argument
54 return (test & mask) == key;
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc34 #include "gtest/gtest-death-test.h"
83 // The default death test style.
89 "Indicates how to run a death test in a forked child process: "
90 "\"threadsafe\" (child process re-executes the test binary "
91 "from the beginning, running only the specific death test) or "
92 "\"fast\" (child process runs the death test immediately "
111 "the single death test to run, and a file descriptor to "
115 "death test. FOR INTERNAL USE ONLY.");
123 // child process of a fast style death test.
129 // executing in the context of the death test chil
356 Create(const char* statement, const RE* regex, const char* file, int line, DeathTest** test) argument
1171 Create(const char* statement, const RE* regex, const char* file, int line, DeathTest** test) argument
[all...]
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp420 void sc_string_old::test(int position)const function in class:sc_dt::sc_string_old
423 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, "sc_string_old::test" );
494 test((int)index);
511 test((int)index);
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h1218 #define PYBIND11_MAP_NEXT0(test, next, ...) next PYBIND11_MAP_OUT
1219 #define PYBIND11_MAP_NEXT1(test, next) PYBIND11_MAP_NEXT0 (test, next, 0)
1220 #define PYBIND11_MAP_NEXT(test, next) PYBIND11_MAP_NEXT1 (PYBIND11_MAP_GET_END test, next)
1222 #define PYBIND11_MAP_LIST_NEXT1(test, next) \
1223 PYBIND11_EVAL0 (PYBIND11_MAP_NEXT0 (test, PYBIND11_MAP_COMMA next, 0))
1225 #define PYBIND11_MAP_LIST_NEXT1(test, next) \
1226 PYBIND11_MAP_NEXT0 (test, PYBIND11_MAP_COMMA next, 0)
1228 #define PYBIND11_MAP_LIST_NEXT(test, nex
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.cpp448 set( i, a.test( i ) );
462 set( i, a.test( i ) );
479 set( i, a.test( i ) );
496 set( i, a.test( i ) );

Completed in 42 milliseconds

<<111213