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

Lines Matching refs:CC_OP

608     CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */
747 uint32_t cc_op;
1059 #define CC_OP (env->cc_op)
1160 return env->eflags | cpu_cc_compute_all(env, CC_OP) | (DF & DF_MASK);
1163 /* NOTE: CC_OP must be modified manually to CC_OP_EFLAGS */