Home | History | Annotate | Download | only in target-i386

Lines Matching refs:cc_op

777         if ((unsigned)env->cc_op < CC_OP_NB)
778 snprintf(cc_op_name, sizeof(cc_op_name), "%s", cc_op_str[env->cc_op]);
780 snprintf(cc_op_name, sizeof(cc_op_name), "[%d]", env->cc_op);