VirtualBox

Ignore:
Timestamp:
Mar 11, 2022 4:09:47 PM (3 years ago)
Author:
vboxsync
Message:

VMM/IEM: Use the C implementation for the SHLD/SHRD Intel and AMD EFLAGS variants. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImpl.asm

    r94176 r94178  
    14891489; Makes ASSUMPTIONS about A0, A1, A2 and A3 assignments.
    14901490;
     1491; @note the _intel and _amd variants are implemented in C.
     1492;
    14911493%macro IEMIMPL_SHIFT_DBL_OP 3
    14921494BEGINCODE
    1493 BEGINPROC_FASTCALL iemAImpl_ %+ %1 %+ _u16_intel, 16
    1494 BEGINPROC_FASTCALL iemAImpl_ %+ %1 %+ _u16_amd, 16
    14951495BEGINPROC_FASTCALL iemAImpl_ %+ %1 %+ _u16, 16
    14961496        PROLOGUE_4_ARGS
     
    15081508ENDPROC iemAImpl_ %+ %1 %+ _u16
    15091509
    1510 BEGINPROC_FASTCALL iemAImpl_ %+ %1 %+ _u32_intel, 16
    1511 BEGINPROC_FASTCALL iemAImpl_ %+ %1 %+ _u32_amd, 16
    15121510BEGINPROC_FASTCALL iemAImpl_ %+ %1 %+ _u32, 16
    15131511        PROLOGUE_4_ARGS
     
    15261524
    15271525 %ifdef RT_ARCH_AMD64
    1528 BEGINPROC_FASTCALL iemAImpl_ %+ %1 %+ _u64_intel, 20
    1529 BEGINPROC_FASTCALL iemAImpl_ %+ %1 %+ _u64_amd, 20
    15301526BEGINPROC_FASTCALL iemAImpl_ %+ %1 %+ _u64, 20
    15311527        PROLOGUE_4_ARGS
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