Home
last modified time | relevance | path

Searched refs:X86_EFLAGS_PF (Results 1 – 3 of 3) sorted by relevance

/xen/xen/include/asm-x86/
A Dx86-defns.h9 #define X86_EFLAGS_PF 0x00000004 /* Parity Flag */ macro
27 (X86_EFLAGS_CF | X86_EFLAGS_PF | X86_EFLAGS_AF | \
/xen/tools/tests/x86_emulator/
A Dtest_x86_emulator.c1090 != (EFLAGS_ALWAYS_SET | X86_EFLAGS_PF)) || in main()
1399 bcdres_native |= (regs.eflags & X86_EFLAGS_PF) ? 0x1000 : 0; in main()
1412 bcdres_emul |= (regs.eflags & X86_EFLAGS_PF) ? 0x1000 : 0; in main()
3998 regs.eflags = X86_EFLAGS_PF | X86_EFLAGS_AF | in main()
4022 regs.eflags = X86_EFLAGS_PF | X86_EFLAGS_AF | in main()
4047 regs.eflags = X86_EFLAGS_CF | X86_EFLAGS_PF | X86_EFLAGS_AF | in main()
4071 regs.eflags = X86_EFLAGS_PF | X86_EFLAGS_AF | X86_EFLAGS_IF; in main()
4108 regs.eflags = X86_EFLAGS_PF | X86_EFLAGS_AF | X86_EFLAGS_SF | in main()
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1056 X86_EFLAGS_AF | X86_EFLAGS_PF | X86_EFLAGS_CF)
1567 : [mask] "i" (X86_EFLAGS_ZF|X86_EFLAGS_PF|X86_EFLAGS_CF)); \
1779 rc |= (flags & X86_EFLAGS_PF); in test_cc()
4083 X86_EFLAGS_ZF | X86_EFLAGS_PF); in x86_emulate()
4098 _regs.eflags |= even_parity(_regs.al) ? X86_EFLAGS_PF : 0; in x86_emulate()
4893 _regs.eflags &= ~(X86_EFLAGS_SF | X86_EFLAGS_ZF | X86_EFLAGS_PF); in x86_emulate()
4896 _regs.eflags |= even_parity(_regs.al) ? X86_EFLAGS_PF : 0; in x86_emulate()
8159 X86_EFLAGS_PF | X86_EFLAGS_CF); in x86_emulate()
8166 _regs.eflags |= even_parity(dst.val) ? X86_EFLAGS_PF : 0; in x86_emulate()
8371 _regs.eflags |= X86_EFLAGS_ZF | X86_EFLAGS_PF; in x86_emulate()
[all …]

Completed in 24 milliseconds