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

  /external/qemu/target-i386/
exec.h 271 static inline uint32_t compute_eflags(void) function
op_helper.c 372 old_eflags = compute_eflags();
797 PUSHL(ssp, esp, sp_mask, compute_eflags());
814 PUSHW(ssp, esp, sp_mask, compute_eflags());
970 PUSHQ(esp, compute_eflags());
1020 env->regs[11] = compute_eflags();
    [all...]

Completed in 28 milliseconds