Home
last modified time | relevance | path

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

/qemu/tests/tcg/riscv64/
H A Dtest-div.c20 static struct TestU test_u[] = { variable
45 for (i = 0; i < ARRAY_SIZE(test_u); i++) { in main()
51 : "r" (test_u[i].x), "r" (test_u[i].y)); in main()
53 assert(q == test_u[i].q); in main()
54 assert(r == test_u[i].r); in main()
/qemu/tests/unit/
H A Dtest-mul64.c38 static void test_u(void) in test_u() function
65 g_test_add_func("/host-utils/mulu64", test_u); in main()