VirtualBox

Ignore:
Timestamp:
May 2, 2017 11:28:41 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115152
Message:

IEM: Implemented movupd Vpd,Wpd (0x66 0x0f 0x10).

Location:
trunk/src/VBox/ValidationKit/bootsectors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-template.c

    r66743 r66744  
    16601660
    16611661
    1662 static unsigned BS3_NEAR_CODE Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_Vps_Wps(PBS3CG1STATE pThis, unsigned iEncoding)
     1662static unsigned BS3_NEAR_CODE Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_Vps_Wps__OR__BS3CG1ENC_MODRM_Vpd_Wpd(PBS3CG1STATE pThis,
     1663                                                                                                    unsigned iEncoding)
    16631664{
    16641665    unsigned off;
     
    21002101        case BS3CG1ENC_MODRM_Vdq_Wdq:
    21012102            return Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_Vdq_Wdq(pThis, iEncoding);
     2103        case BS3CG1ENC_MODRM_Vpd_Wpd:
    21022104        case BS3CG1ENC_MODRM_Vps_Wps:
    2103             return Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_Vps_Wps(pThis, iEncoding);
     2105            return Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_Vps_Wps__OR__BS3CG1ENC_MODRM_Vpd_Wpd(pThis, iEncoding);
    21042106        case BS3CG1ENC_MODRM_VssZxReg_Wss:
    21052107            return Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_VssZxReg_Wss(pThis, iEncoding);
     
    22502252            break;
    22512253
     2254        case BS3CG1ENC_MODRM_Vpd_Wpd:
    22522255        case BS3CG1ENC_MODRM_Vps_Wps:
    22532256            pThis->iRmOp             = 1;
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h

    r66743 r66744  
    105105    BS3CG1ENC_MODRM_Vq_Mq,
    106106    BS3CG1ENC_MODRM_Vdq_Wdq,
     107    BS3CG1ENC_MODRM_Vpd_Wpd,
    107108    BS3CG1ENC_MODRM_Vps_Wps,
    108109    BS3CG1ENC_MODRM_VssZxReg_Wss,
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