VirtualBox

Changeset 40138 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 15, 2012 4:40:03 PM (13 years ago)
Author:
vboxsync
Message:

IEM: fdiv work. Added x86extra.mac for non-automatic x86.h bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.mac

    r36858 r40138  
    201201endstruc
    202202
    203 ;;
    204 ; FPU/XMM state
    205 ;;
    206 struc X86FXSTATE
    207     ;/** Control word. */
    208     .FCW            resw    1
    209     ;/** Status word. */
    210     .FSW            resw    1
    211     ;/** Tag word. */
    212     .FTW            resw    1
    213     ;/** Opcode. */
    214     .FOP            resw    1
    215     ;/** Instruction pointer. */
    216     .FPUIP          resd    1
    217     ;/** Code selector. */
    218     .CS             resw    1
    219     .Rsrvd1         resw    1
    220     ;/* - offset 16 - */
    221     ;/** Data pointer. */
    222     .FPUDP          resd    1
    223     ;/** Data segment */
    224     .DS             resw    1
    225     .Rsrvd2         resw    1
    226     .MXCSR          resd    1
    227     .MXCSR_MASK     resd    1
    228     ;/* - offset 32 - */
    229     ; FPU & MMX registers
    230     .aRegs          resq    8*2
    231     ;/* - offset 160 - */
    232     ;/* 8 XMM registers in 32 bits mode; 16 in long mode */
    233     .aXMM           resq    16*2
    234     ;/* - offset 416 - */
    235     .au32RsrvdRest  resd    (512 - 416) / 4
    236 endstruc
    237203
    238204%endif
Note: See TracChangeset for help on using the changeset viewer.

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