VirtualBox

Changeset 62413 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 21, 2016 8:56:44 PM (8 years ago)
Author:
vboxsync
Message:

iemAImpl_div_u64: Documented flag behavior of Intel Skylake 6700K, which is what we implement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp

    r62411 r62413  
    12131213IEM_DECL_IMPL_DEF(int, iemAImpl_div_u64,(uint64_t *pu64RAX, uint64_t *pu64RDX, uint64_t u64Divisor, uint32_t *pfEFlags))
    12141214{
     1215    /* Note! Skylake leaves all flags alone. */
    12151216    if (   u64Divisor != 0
    12161217        && *pu64RDX < u64Divisor)
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