VirtualBox

Ignore:
Timestamp:
Apr 5, 2024 8:20:51 AM (10 months ago)
Author:
vboxsync
Message:

VMM/IEM: Fix the interpreter implementation of IEM_MC_FETCH_YREG_U64, bugref:10641

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h

    r104155 r104168  
    83088308         * So we use the following sequence:
    83098309         *     vextracti128 vectmp0, vecsrc, 1
    8310          *     pextrd       gpr, vectmp0, #(iQWord - 2)
     8310         *     pextrq       gpr, vectmp0, #(iQWord - 2)
    83118311         */
    83128312        /* vextracti128 */
     
    83188318        pCodeBuf[off++] = 0x1;
    83198319
    8320         /* pextrd gpr, vecsrc, #iDWord (ASSUMES SSE4.1). */
     8320        /* pextrq */
    83218321        pCodeBuf[off++] = X86_OP_PRF_SIZE_OP;
    83228322        pCodeBuf[off++] =   X86_OP_REX_W
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