Searched refs:CC_OP (Results 1 - 5 of 5) sorted by relevance

/external/qemu/target-i386/
H A Dexec.h50 #define CC_OP (env->cc_op) macro
273 return env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
276 /* NOTE: CC_OP must be modified manually to CC_OP_EFLAGS */
H A Dhelper_template.h283 eflags = helper_cc_compute_all(CC_OP);
312 eflags = helper_cc_compute_all(CC_OP);
H A Dop_helper.c130 eflags = helper_cc_compute_all(CC_OP);
1118 CC_OP = CC_OP_EFLAGS;
1513 CC_OP = CC_OP_EFLAGS;
1626 CC_OP = CC_OP_EFLAGS;
1774 eflags = helper_cc_compute_all(CC_OP);
1798 eflags = helper_cc_compute_all(CC_OP);
1821 eflags = helper_cc_compute_all(CC_OP);
1848 eflags = helper_cc_compute_all(CC_OP);
1876 eflags = helper_cc_compute_all(CC_OP);
1887 eflags = helper_cc_compute_all(CC_OP);
[all...]
/external/valgrind/main/memcheck/
H A Dmc_machine.c577 if (o == GOF(CC_OP) && sz == 8) return -1; /* slot used for %AH */
591 guest state, respectively: CC_OP CC_NDEP DFLAG IDFLAG, since
593 tl_assert(SZB(CC_OP) == 8);
598 if (o == 1+ GOF(RAX) && szB == 1) return GOF(CC_OP);
691 if (o == GOF(CC_OP) && sz == 4) return -1; /* slot used for %AH */
704 guest state, respectively: CC_OP CC_NDEP DFLAG IDFLAG since none
706 tl_assert(SZB(CC_OP) == 4);
710 if (o == 1+ GOF(EAX) && szB == 1) return GOF(CC_OP);
803 if (o == GOF(CC_OP)) return -1;
852 if (o == GOF(CC_OP)
[all...]
/external/qemu/
H A Dcpu-exec.c279 CC_OP = CC_OP_EFLAGS;
613 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
708 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);

Completed in 134 milliseconds