Searched refs:test_divv (Results 1 – 3 of 3) sorted by relevance
62 bool test_divv(testspec_t* t, FILE* ofp);
112 {"divv", 3, 2, test_divv}, /* r2 = r1 / v(r2), r3 = r1 % v(r2) */
659 bool test_divv(testspec_t* t, FILE* ofp) { in test_divv() function