Searched refs:compute_eflags (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dexec.h271 static inline uint32_t compute_eflags(void) function
H A Dop_helper.c372 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();
1151 PUSHW(ssp, esp, 0xffff, compute_eflags());
1436 stl_phys(sm_state + 0x7f70, compute_eflags());
1449 stl_phys(sm_state + 0x7ff4, compute_eflags());
4966 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.rflags), compute_eflags());
5347 stq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rflags), compute_eflags());
[all...]

Completed in 52 milliseconds