Searched refs:op_str (Results 1 – 1 of 1) sorted by relevance
173 int run_tests(test_t *tests, int n_tests, const char *op_str, uint32_t (*func)(uint32_t, uint32_t))… in run_tests() argument178 printf("%08x %s %08x -> %08x", tests[i].x, op_str, tests[i].y, tests[i].expect); in run_tests()