Lines Matching refs:opt_cmd
106 static int opt_cmd = -1; variable
977 opt_cmd = CMP_IR; in transform_opts()
979 opt_cmd = CMP_KUR; in transform_opts()
981 opt_cmd = CMP_CR; in transform_opts()
983 opt_cmd = CMP_P10CR; in transform_opts()
985 opt_cmd = CMP_RR; in transform_opts()
987 opt_cmd = CMP_GENM; in transform_opts()
1527 && opt_cmd != CMP_RR && opt_cmd != CMP_GENM) in setup_request_ctx()
1530 if (opt_cmd == CMP_IR || opt_cmd == CMP_CR || opt_cmd == CMP_KUR) { in setup_request_ctx()
1582 if (opt_cmd == CMP_KUR) { in setup_request_ctx()
1593 if (opt_cmd == CMP_RR) { in setup_request_ctx()
1601 if (opt_cmd == CMP_P10CR && opt_csr == NULL) { in setup_request_ctx()
1610 if (opt_cmd == CMP_P10CR || opt_cmd == CMP_RR) { in setup_request_ctx()
1661 if (opt_cmd == CMP_GENM) { in setup_request_ctx()
1740 if (opt_cmd == CMP_GENM) { in setup_request_ctx()
1744 opt_cmd == CMP_KUR ? in setup_request_ctx()
1746 opt_cmd == CMP_RR ? in setup_request_ctx()
2967 switch (opt_cmd) { in cmp_main()