Searched refs:TEST_CASE (Results 26 - 50 of 52) sorted by relevance

123

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dldst.S16 TEST_CASE(2, a0, 0x40000000deadbeef, la a1, tdat; flw f1, 4(a1); fsw f1, 20(a1); ld a0, 16(a1))
17 TEST_CASE(3, a0, 0x1337d00dbf800000, la a1, tdat; flw f1, 0(a1); fsw f1, 24(a1); ld a0, 24(a1))
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dlb.S34 TEST_CASE( 10, x5, 0xffffffffffffffff, \
42 TEST_CASE( 11, x5, 0x0000000000000000, \
64 TEST_CASE( 18, x2, 2, \
70 TEST_CASE( 19, x2, 2, \
H A Dlbu.S34 TEST_CASE( 10, x5, 0x00000000000000ff, \
42 TEST_CASE( 11, x5, 0x0000000000000000, \
64 TEST_CASE( 18, x2, 2, \
70 TEST_CASE( 19, x2, 2, \
H A Dld.S34 TEST_CASE( 10, x5, 0x00ff00ff00ff00ff, \
42 TEST_CASE( 11, x5, 0xff00ff00ff00ff00, \
64 TEST_CASE( 18, x2, 2, \
70 TEST_CASE( 19, x2, 2, \
H A Dlh.S34 TEST_CASE( 10, x5, 0x00000000000000ff, \
42 TEST_CASE( 11, x5, 0xffffffffffffff00, \
64 TEST_CASE( 18, x2, 2, \
70 TEST_CASE( 19, x2, 2, \
H A Dlhu.S34 TEST_CASE( 10, x5, 0x00000000000000ff, \
42 TEST_CASE( 11, x5, 0x000000000000ff00, \
64 TEST_CASE( 18, x2, 2, \
70 TEST_CASE( 19, x2, 2, \
H A Dlw.S34 TEST_CASE( 10, x5, 0x0000000000ff00ff, \
42 TEST_CASE( 11, x5, 0xffffffffff00ff00, \
64 TEST_CASE( 18, x2, 2, \
70 TEST_CASE( 19, x2, 2, \
H A Dlwu.S34 TEST_CASE( 10, x5, 0x0000000000ff00ff, \
42 TEST_CASE( 11, x5, 0x00000000ff00ff00, \
64 TEST_CASE( 18, x2, 2, \
70 TEST_CASE( 19, x2, 2, \
H A Dfence_i.S27 TEST_CASE( 2, a3, 444, nop )
40 TEST_CASE( 3, a3, 777, nop )
H A Djal.S39 TEST_CASE( 3, ra, 3, \
H A Dsb.S34 TEST_CASE( 10, x5, 0x78, \
44 TEST_CASE( 11, x5, 0xffffffffffffff98, \
H A Dsd.S34 TEST_CASE( 10, x5, 0x1234567812345678, \
44 TEST_CASE( 11, x5, 0x5821309858213098, \
H A Dsh.S34 TEST_CASE( 10, x5, 0x5678, \
44 TEST_CASE( 11, x5, 0x3098, \
H A Dsw.S34 TEST_CASE( 10, x5, 0x12345678, \
44 TEST_CASE( 11, x5, 0x58213098, \
H A Dbeq.S53 TEST_CASE( 21, x1, 3, \
H A Dbge.S56 TEST_CASE( 24, x1, 3, \
H A Dblt.S53 TEST_CASE( 21, x1, 3, \
H A Dbne.S53 TEST_CASE( 21, x1, 3, \
H A Djalr.S48 TEST_CASE( 7, t0, 4, \
H A Dbgeu.S56 TEST_CASE( 24, x1, 3, \
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp53 TEST_CASE("Pass classes and data between modules defined in C++ and Python") {
72 TEST_CASE("Import error handling") {
80 TEST_CASE("There can be only one interpreter") {
108 TEST_CASE("Restart the interpreter") {
161 TEST_CASE("Subinterpreter") {
201 TEST_CASE("Execution frame") {
208 TEST_CASE("Threads") {
244 TEST_CASE("Reload module from file") {
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ua/
H A Dlrsc.S29 TEST_CASE( 2, a4, 1, \
36 TEST_CASE( 3, a4, 1, \
65 TEST_CASE( 4, a0, 0, \
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h13 #define TEST_CASE( testnum, testreg, correctval, code... ) \ macro
47 TEST_CASE( testnum, x30, result, \
53 TEST_CASE( testnum, x1, result, \
59 TEST_CASE( testnum, x6, result, \
71 TEST_CASE( testnum, x30, result, \
82 TEST_CASE( testnum, x1, result, \
87 TEST_CASE( testnum, x0, 0, \
97 TEST_CASE( testnum, x30, result, \
103 TEST_CASE( testnum, x1, result, \
109 TEST_CASE( testnu
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dmove.S18 TEST_CASE(n, a0, 0x123456789abcdef0 | (-(new_sign) << 63), \
43 TEST_CASE(n, a0, (rd) | (-((rd) >> 31) << 32), \
50 TEST_CASE(1##n, a0, (rd) | 0xffffffff00000000, \
75 TEST_CASE(n, a0, ((rd) & 0xffffffff) | (-(((rd) >> 31) & 1) << 32), \
86 TEST_CASE(1##n, a0, rd, \
H A Dfcvt.S47 TEST_CASE(12, a0, 0x7ff8000000000000,

Completed in 18 milliseconds

123