VirtualBox

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


Ignore:
Timestamp:
May 5, 2017 7:27:04 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115235
Message:

IEM: clearly mark operands that are written to.

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

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

    r66686 r66814  
    18491849 * @opcode      0x62
    18501850 * @opmnemonic  bound
    1851  * @op1         Gv
     1851 * @op1         Gv_RO
    18521852 * @op2         Ma
    18531853 * @opmincpu    80186
     
    19111911    if (pVCpu->iem.s.enmCpuMode != IEMMODE_64BIT)
    19121912    {
    1913         IEMOP_MNEMONIC2(RM_MEM, BOUND, bound, Gv, Ma, DISOPTYPE_HARMLESS, IEMOPHINT_IGNORES_OP_SIZE);
     1913        IEMOP_MNEMONIC2(RM_MEM, BOUND, bound, Gv_RO, Ma, DISOPTYPE_HARMLESS, IEMOPHINT_IGNORES_OP_SIZE);
    19141914        IEMOP_HLP_MIN_186();
    19151915        IEM_OPCODE_GET_NEXT_U8(&bRm);
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py

    r66812 r66814  
    248248    'Gw':           ( 'IDX_UseModRM',       'reg',    '%Gw',  'Gw',      ),
    249249    'Gv':           ( 'IDX_UseModRM',       'reg',    '%Gv',  'Gv',      ),
     250    'Gv_RO':        ( 'IDX_UseModRM',       'reg',    '%Gv',  'Gv',      ),
    250251    'Pq_WO':        ( 'IDX_UseModRM',       'reg',    '%Pq',  'Pq',      ),
    251252    'Vss':          ( 'IDX_UseModRM',       'reg',    '%Vss', 'Vss',     ),
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