VirtualBox

Changeset 40144 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Feb 16, 2012 10:08:14 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76295
Message:

fdiv - almost there...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r40076 r40144  
    20862086/** Error summary status. */
    20872087#define X86_FSW_ES          RT_BIT(7)
     2088/** Mask of exceptions flags, excluding the summary bit. */
     2089#define X86_FSW_XCPT_MASK   UINT16_C(0x007f)
     2090/** Mask of exceptions flags, including the summary bit. */
     2091#define X86_FSW_XCPT_ES_MASK UINT16_C(0x00ff)
    20882092/** Condition code 0. */
    20892093#define X86_FSW_C0          RT_BIT(8)
     
    21022106/** Condition code 3. */
    21032107#define X86_FSW_C3          RT_BIT(14)
     2108/** Mask of exceptions flags, including the summary bit. */
     2109#define X86_FSW_C_MASK      UINT16_C(0x4700)
    21042110/** FPU busy. */
    21052111#define X86_FSW_B           RT_BIT(15)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette