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

  /external/qemu/target-i386/
helper_template.h 283 eflags = helper_cc_compute_all(CC_OP);
312 eflags = helper_cc_compute_all(CC_OP);
exec.h 273 return env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
op_helper.c 130 eflags = helper_cc_compute_all(CC_OP);
5529 uint32_t helper_cc_compute_all(int op) function
    [all...]
  /external/qemu/
cpu-exec.c 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);
    [all...]

Completed in 249 milliseconds