VirtualBox

Changeset 53247 in vbox


Ignore:
Timestamp:
Nov 5, 2014 11:20:28 PM (10 years ago)
Author:
vboxsync
Message:

IEM: Added salc (set AL to CF). Started making sense of the whole SIMD/AVX(VEX) thing.

File:
1 edited

Legend:

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

    r53246 r53247  
    1264712647    IEM_MC_BEGIN(0, 0);
    1264812648    IEM_MC_IF_EFL_BIT_SET(X86_EFL_CF) {
    12649         IEM_MC_STORE_GREG_U8(X86_GREG_xAX, 0xff);
     12649        IEM_MC_STORE_GREG_U8_CONST(X86_GREG_xAX, 0xff);
    1265012650    } IEM_MC_ELSE() {
    12651         IEM_MC_STORE_GREG_U8(X86_GREG_xAX, 0x00);
     12651        IEM_MC_STORE_GREG_U8_CONST(X86_GREG_xAX, 0x00);
    1265212652    } IEM_MC_ENDIF();
    1265312653    IEM_MC_ADVANCE_RIP();
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