HomeSort by relevance Sort by last modified time
    Searched refs:CC_OP (Results 1 - 5 of 5) 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 585 if (o == GOF(CC_OP) && sz == 8) return -1; /* slot used for %AH */
599 guest state, respectively: CC_OP CC_NDEP DFLAG IDFLAG, since
601 tl_assert(SZB(CC_OP) == 8);
606 if (o == 1+ GOF(RAX) && szB == 1) return GOF(CC_OP);
    [all...]
  /external/qemu/
cpu-exec.c 279 CC_OP = CC_OP_EFLAGS;
284 env->cc_op = CC_OP_FLAGS;
613 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
617 cpu_m68k_flush_flags(env, env->cc_op);
618 env->cc_op = CC_OP_FLAGS;
708 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
716 cpu_m68k_flush_flags(env, env->cc_op);
717 env->cc_op = CC_OP_FLAGS;
    [all...]

Completed in 83 milliseconds