HomeSort by relevance Sort by last modified time
    Searched refs:helper_cc_compute_all (Results 1 - 6 of 6) 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);
cc_helper.c 87 uint32_t helper_cc_compute_all(CPUX86State *env, int op) function
160 return helper_cc_compute_all(env1, op);
243 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);
misc_helper.c 101 eflags = helper_cc_compute_all(env, CC_OP);
seg_helper.c     [all...]
fpu_helper.c 387 eflags = helper_cc_compute_all(env, CC_OP);
398 eflags = helper_cc_compute_all(env, CC_OP);

Completed in 513 milliseconds