Lines Matching defs:argv
49 int main(int argc, char** argv)
73 !strcmp(argv[1], "default") )
75 else if (!strcmp(argv[1], "generic"))
77 else if (!strcmp(argv[1], "x86"))
79 else if (!strcmp(argv[1], "nosse"))
87 else if (!strcmp(argv[1], "sse"))
99 else if (!strcmp(argv[1], "sse2"))
110 else if (!strcmp(argv[1], "sse3"))
120 else if (!strcmp(argv[1], "sse4.1"))
326 printf("%u/%u tests passed for translate_%s\n", passed, total, argv[1]);