OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 51 milliseconds