Searched refs:tests (Results 26 - 50 of 97) sorted by relevance

1234

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsraiw.S17 # Arithmetic tests
39 # Source/Destination tests
45 # Bypassing tests
H A Dsrli.S17 # Arithmetic tests
42 # Source/Destination tests
48 # Bypassing tests
H A Dsrliw.S17 # Arithmetic tests
39 # Source/Destination tests
45 # Bypassing tests
H A Dxori.S17 # Logical tests
26 # Source/Destination tests
32 # Bypassing tests
H A Dadd.S17 # Arithmetic tests
42 # Source/Destination tests
50 # Bypassing tests
H A Daddw.S17 # Arithmetic tests
42 # Source/Destination tests
50 # Bypassing tests
H A Dand.S17 # Logical tests
26 # Source/Destination tests
34 # Bypassing tests
H A Dor.S17 # Logical tests
26 # Source/Destination tests
34 # Bypassing tests
H A Dslli.S17 # Arithmetic tests
45 # Source/Destination tests
51 # Bypassing tests
H A Dsub.S17 # Arithmetic tests
40 # Source/Destination tests
48 # Bypassing tests
H A Dsubw.S17 # Arithmetic tests
40 # Source/Destination tests
48 # Bypassing tests
H A Dxor.S17 # Logical tests
26 # Source/Destination tests
34 # Bypassing tests
H A Dsimple.S9 # more complicated self checking tests.
H A Dbeq.S17 # Branch tests
32 # Bypassing tests
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Dmul.S17 # Arithmetic tests
35 # Source/Destination tests
43 # Bypassing tests
H A Dmulh.S17 # Arithmetic tests
29 # Source/Destination tests
37 # Bypassing tests
H A Dmulhsu.S17 # Arithmetic tests
29 # Source/Destination tests
37 # Bypassing tests
H A Dmulhu.S17 # Arithmetic tests
32 # Source/Destination tests
40 # Bypassing tests
H A Dmulw.S17 # Arithmetic tests
29 # Source/Destination tests
37 # Bypassing tests
/gem5/util/
H A Dregress79 (options, tests) = optparser.parse_args()
122 # By default run the 'quick' tests, all expands to quick and long
123 if not tests:
124 tests = ['quick']
125 elif 'all' in tests:
126 tests = ['quick', 'long']
129 # full-system tests exclude it
130 targets += ['%s/%s/tests/%s/%s/%s' % (options.build_dir, build, variant, test,
134 for test in tests
/gem5/tests/gem5/
H A Dsuite.py51 Helper class to generate common gem5 tests using verifiers.
96 tests = []
100 tests.append(gem5_execution)
105 tests.append(verifier.instantiate_test(_name))
118 # tests.
123 tests=tests))
/gem5/tests/gem5/test_build/
H A Dtest_build.py54 TestSuite(name=name, tests=[function], tags=tags)
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfclass.S23 # Arithmetic tests
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfdiv.S17 # Arithmetic tests
/gem5/ext/fputils/
H A DMakefile.am3 SUBDIRS=. tests

Completed in 17 milliseconds

1234