VirtualBox

Ignore:
Timestamp:
Jul 14, 2013 6:05:53 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87238
Message:

IEM: idiv and div missing bits and fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Instructions/InstructionTestGen.py

    r47135 r47138  
    12921292                iOp2 = oGen.oTarget.randGRegNoSp();
    12931293
    1294             for cbEffOp in [1]:#( 8, 4, 2, 1 ):
     1294            for cbEffOp in ( 8, 4, 2, 1 ):
    12951295                if cbEffOp > oGen.oTarget.getMaxOpBytes():
    12961296                    continue;
     
    13301330    ##InstrTest_MovSxD_Gv_Ev(),
    13311331    InstrTest_DivIDiv(fIsIDiv = False),
    1332     #InstrTest_DivIDiv(fIsIDiv = True),
     1332    InstrTest_DivIDiv(fIsIDiv = True),
    13331333];
    13341334
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