VirtualBox

Ignore:
Timestamp:
Aug 18, 2022 9:17:20 AM (2 years ago)
Author:
vboxsync
Message:

VMM/testcase/tstIEMAImpl: Don't just use a single value in the XMM registers but fill it completely to account for behavioral changes when there is a mix between valid and invalid test values, bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstIEMAImpl.h

    r96287 r96290  
    348348    uint32_t                fMxcsrIn;
    349349    uint32_t                fMxcsrOut;
    350     RTFLOAT32U              InVal1;
    351     RTFLOAT32U              InVal2;
    352     RTFLOAT32U              OutVal;
     350    RTFLOAT32U              aInVal1[4];
     351    RTFLOAT32U              aInVal2[4];
     352    RTFLOAT32U              aOutVal[4];
    353353} SSE_BINARY_R32_TEST_T;
    354354
     
    357357    uint32_t                fMxcsrIn;
    358358    uint32_t                fMxcsrOut;
    359     RTFLOAT64U              InVal1;
    360     RTFLOAT64U              InVal2;
    361     RTFLOAT64U              OutVal;
     359    RTFLOAT64U              aInVal1[2];
     360    RTFLOAT64U              aInVal2[2];
     361    RTFLOAT64U              aOutVal[2];
    362362} SSE_BINARY_R64_TEST_T;
    363363
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