Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dx86-defns.h16 #define X86_EFLAGS_OF 0x00000800 /* Overflow Flag */ macro
28 X86_EFLAGS_ZF | X86_EFLAGS_SF | X86_EFLAGS_OF)
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1393 rc |= (flags & X86_EFLAGS_OF); in test_cc()
4002 if ( !(_regs.eflags & X86_EFLAGS_OF) ) in x86_emulate()
4713 _regs.eflags &= ~(X86_EFLAGS_OF | X86_EFLAGS_CF); in x86_emulate()
4720 _regs.eflags |= X86_EFLAGS_OF | X86_EFLAGS_CF; in x86_emulate()
4727 _regs.eflags |= X86_EFLAGS_OF | X86_EFLAGS_CF; in x86_emulate()
4735 _regs.eflags |= X86_EFLAGS_OF | X86_EFLAGS_CF; in x86_emulate()
4743 _regs.eflags |= X86_EFLAGS_OF | X86_EFLAGS_CF; in x86_emulate()
4751 _regs.eflags &= ~(X86_EFLAGS_OF | X86_EFLAGS_CF); in x86_emulate()
4757 _regs.eflags |= X86_EFLAGS_OF | X86_EFLAGS_CF; in x86_emulate()
4765 _regs.eflags |= X86_EFLAGS_OF | X86_EFLAGS_CF; in x86_emulate()
[all …]
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dtest_x86_emulator.c2637 X86_EFLAGS_IF | X86_EFLAGS_OF; in main()
2661 X86_EFLAGS_IF | X86_EFLAGS_OF; in main()
2686 X86_EFLAGS_IF | X86_EFLAGS_OF; in main()
2716 (X86_EFLAGS_CF | X86_EFLAGS_ZF | X86_EFLAGS_SF | X86_EFLAGS_OF) ) in main()
2754 X86_EFLAGS_IF | X86_EFLAGS_OF; in main()

Completed in 18 milliseconds