HomeSort by relevance Sort by last modified time
    Searched refs:CC_OP (Results 1 - 6 of 6) sorted by null

  /external/qemu/target-i386/
exec.h 50 #define CC_OP (env->cc_op)
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 */
helper_template.h 283 eflags = helper_cc_compute_all(CC_OP);
312 eflags = helper_cc_compute_all(CC_OP);
op_helper.c 130 eflags = helper_cc_compute_all(CC_OP);
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 490 if (o == GOF(CC_OP) && sz == 8) return -1; /* slot used for %AH */
504 guest state, respectively: CC_OP CC_NDEP DFLAG IDFLAG, since
506 tl_assert(SZB(CC_OP) == 8);
511 if (o == 1+ GOF(RAX) && szB == 1) return GOF(CC_OP);
604 if (o == GOF(CC_OP) && sz == 4) return -1; /* slot used for %AH */
617 guest state, respectively: CC_OP CC_NDEP DFLAG IDFLAG since none
619 tl_assert(SZB(CC_OP) == 4);
623 if (o == 1+ GOF(EAX) && szB == 1) return GOF(CC_OP);
717 if (o == GOF(CC_OP) && sz == 4) return -1; /* slot unused */
    [all...]
  /external/qemu/
cpu-exec.c 261 CC_OP = CC_OP_EFLAGS;
266 env->cc_op = CC_OP_FLAGS;
590 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
594 cpu_m68k_flush_flags(env, env->cc_op);
595 env->cc_op = CC_OP_FLAGS;
681 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
689 cpu_m68k_flush_flags(env, env->cc_op);
690 env->cc_op = CC_OP_FLAGS;
    [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c     [all...]

Completed in 156 milliseconds