Home
last modified time | relevance | path

Searched refs:test_s (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/tcg/riscv64/
H A Dtest-div.c8 static struct TestS test_s[] = { variable
33 for (i = 0; i < ARRAY_SIZE(test_s); i++) { in main()
39 : "r" (test_s[i].x), "r" (test_s[i].y)); in main()
41 assert(q == test_s[i].q); in main()
42 assert(r == test_s[i].r); in main()
/qemu/tests/unit/
H A Dtest-mul64.c50 static void test_s(void) in test_s() function
66 g_test_add_func("/host-utils/muls64", test_s); in main()