Changeset 102443 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
- Timestamp:
- Dec 3, 2023 7:57:27 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
r102442 r102443 2916 2916 'IEM_MC_FETCH_MEM_U256_NO_AC': (McBlock.parseMcGeneric, True, False, ), 2917 2917 'IEM_MC_FETCH_MEM_U32': (McBlock.parseMcGeneric, True, True, ), 2918 'IEM_MC_FETCH_MEM_U32_DISP': (McBlock.parseMcGeneric, True, False,), #bounds only2918 'IEM_MC_FETCH_MEM_U32_DISP': (McBlock.parseMcGeneric, True, True, ), #bounds only 2919 2919 'IEM_MC_FETCH_MEM_U32_SX_U64': (McBlock.parseMcGeneric, True, True, ), # movsx 2920 2920 'IEM_MC_FETCH_MEM_U32_ZX_U64': (McBlock.parseMcGeneric, True, True, ), # movzx 2921 2921 'IEM_MC_FETCH_MEM_U64': (McBlock.parseMcGeneric, True, True, ), 2922 2922 'IEM_MC_FETCH_MEM_U64_ALIGN_U128': (McBlock.parseMcGeneric, True, False, ), 2923 'IEM_MC_FETCH_MEM_U64_DISP': (McBlock.parseMcGeneric, True, False, ),2924 2923 'IEM_MC_FETCH_MEM_U8': (McBlock.parseMcGeneric, True, True, ), 2925 2924 'IEM_MC_FETCH_MEM_U8_SX_U16': (McBlock.parseMcGeneric, True, True, ), # movsx
Note:
See TracChangeset
for help on using the changeset viewer.