VirtualBox

Changeset 40076 in vbox for trunk/include


Ignore:
Timestamp:
Feb 11, 2012 2:48:43 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76210
Message:

Changed the types of the r80 views of the FPU registers.

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/dbgf.h

    r39154 r40076  
    12781278    uint64_t    u64;            /**< The 64-bit view. */
    12791279    RTUINT128U  u128;           /**< The 128-bit view. */
    1280     RTFLOAT80U2 r80;            /**< The 80-bit floating point view. */
     1280    RTFLOAT80U  r80;            /**< The 80-bit floating point view. */
     1281    RTFLOAT80U2 r80Ex;          /**< The 80-bit floating point view v2. */
    12811282    /** GDTR or LDTR (DBGFREGVALTYPE_DTR). */
    12821283    struct
  • trunk/include/iprt/x86.h

    r40069 r40076  
    19711971        X86FPUMMX   fpu;
    19721972        /** Extended precision floating point view. */
    1973         RTFLOAT80U2 r80;
     1973        RTFLOAT80U  r80;
     1974        /** Extended precision floating point view v2. */
     1975        RTFLOAT80U2 r80Ex;
    19741976        /** 8-bit view. */
    19751977        uint8_t     au8[16];
     
    20272029        X86FPUMMX   fpu;
    20282030        /** Extended precision floating point view. */
    2029         RTFLOAT80U2 r80;
     2031        RTFLOAT80U  r80;
     2032        /** Extended precision floating point view v2 */
     2033        RTFLOAT80U2 r80Ex;
    20302034        /** 8-bit view. */
    20312035        uint8_t     au8[16];
     
    21172121/** Exception Mask: Precision.  */
    21182122#define X86_FCW_PM          RT_BIT(5)
     2123/** Mask all exceptions.  */
     2124#define X86_FCW_MASK_ALL    UINT16_C(0x007f)
    21192125/** Precision control mask. */
    21202126#define X86_FCW_PC_MASK     UINT16_C(0x0300)
  • trunk/include/iprt/x86.mac

    r40069 r40076  
    480480%define X86_FCW_UM          RT_BIT(4)
    481481%define X86_FCW_PM          RT_BIT(5)
     482%define X86_FCW_MASK_ALL    0x007f
    482483%define X86_FCW_PC_MASK     0x0300
    483484%define X86_FCW_PC_24       0x0000
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