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

  /external/qemu/target-i386/
mem_helper.c 46 eflags = helper_cc_compute_all(env, CC_OP);
69 eflags = helper_cc_compute_all(env, CC_OP);
int_helper.c 179 eflags = helper_cc_compute_all(env, CC_OP);
203 eflags = helper_cc_compute_all(env, CC_OP);
226 eflags = helper_cc_compute_all(env, CC_OP);
253 eflags = helper_cc_compute_all(env, CC_OP);
smm_helper.c 173 CC_OP = CC_OP_EFLAGS;
286 CC_OP = CC_OP_EFLAGS;
cc_helper.c 243 eflags = helper_cc_compute_all(env, CC_OP);
seg_helper.c     [all...]
misc_helper.c 101 eflags = helper_cc_compute_all(env, CC_OP);
cpu.h 608 CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */
747 uint32_t cc_op; member in struct:CPUX86State
    [all...]
svm_helper.c 198 CC_OP = CC_OP_EFLAGS;
562 CC_OP = CC_OP_EFLAGS;
fpu_helper.c 387 eflags = helper_cc_compute_all(env, CC_OP);
398 eflags = helper_cc_compute_all(env, CC_OP);
  /external/qemu/
cpu-exec.c 263 CC_OP = CC_OP_EFLAGS;
268 env->cc_op = CC_OP_FLAGS;
548 env->eflags = env->eflags | cpu_cc_compute_all(env, CC_OP)
553 cpu_m68k_flush_flags(env, env->cc_op);
554 env->cc_op = CC_OP_FLAGS;
643 env->eflags = env->eflags | cpu_cc_compute_all(env, CC_OP)
652 cpu_m68k_flush_flags(env, env->cc_op);
653 env->cc_op = CC_OP_FLAGS;
    [all...]
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 188 GENOFFSET(S390X,s390x,CC_OP);
  /external/valgrind/main/memcheck/
mc_machine.c 595 if (o == GOF(CC_OP) && sz == 8) return -1; /* slot used for %AH */
610 guest state, respectively: CC_OP CC_NDEP DFLAG IDFLAG, since
612 tl_assert(SZB(CC_OP) == 8);
617 if (o == 1+ GOF(RAX) && szB == 1) return GOF(CC_OP);
    [all...]

Completed in 74 milliseconds