VirtualBox

Changeset 98827 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Mar 3, 2023 12:01:42 PM (23 months ago)
Author:
vboxsync
Message:

VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898

File:
1 edited

Legend:

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

    r98821 r98827  
    16741674FNIEMAIMPLRDRANDSEEDU32 iemAImpl_rdseed_u32, iemAImpl_rdseed_u32_fallback;
    16751675FNIEMAIMPLRDRANDSEEDU64 iemAImpl_rdseed_u64, iemAImpl_rdseed_u64_fallback;
     1676/** @} */
     1677
     1678/** @name ADOX and ADCX
     1679 * @{ */
     1680typedef IEM_DECL_IMPL_TYPE(void, FNIEMAIMPLADXU32,(uint32_t *puDst, uint32_t *pfEFlags, uint32_t uSrc));
     1681typedef IEM_DECL_IMPL_TYPE(void, FNIEMAIMPLADXU64,(uint64_t *puDst, uint32_t *pfEFlags, uint64_t uSrc));
     1682typedef FNIEMAIMPLADXU32  *PFNIEMAIMPLADXU32;
     1683typedef FNIEMAIMPLADXU64  *PFNIEMAIMPLADXU64;
     1684
     1685FNIEMAIMPLADXU32 iemAImpl_adcx_u32, iemAImpl_adcx_u32_fallback;
     1686FNIEMAIMPLADXU64 iemAImpl_adcx_u64, iemAImpl_adcx_u64_fallback;
     1687FNIEMAIMPLADXU32 iemAImpl_adox_u32, iemAImpl_adox_u32_fallback;
     1688FNIEMAIMPLADXU64 iemAImpl_adox_u64, iemAImpl_adox_u64_fallback;
    16761689/** @} */
    16771690
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