Changeset 102313 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
- Timestamp:
- Nov 27, 2023 1:01:13 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160447
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
r102080 r102313 2845 2845 'IEM_MC_FETCH_MEM_U128_AND_XREG_U128_AND_RAX_RDX_U64': (McBlock.parseMcGeneric, True, False, ), 2846 2846 'IEM_MC_FETCH_MEM_U128_AND_XREG_U128_AND_EAX_EDX_U32_SX_U64':(McBlock.parseMcGeneric, True, False, ), 2847 'IEM_MC_FETCH_MEM_U16': (McBlock.parseMcGeneric, True, False,),2847 'IEM_MC_FETCH_MEM_U16': (McBlock.parseMcGeneric, True, True, ), 2848 2848 'IEM_MC_FETCH_MEM_U16_DISP': (McBlock.parseMcGeneric, True, False, ), 2849 2849 'IEM_MC_FETCH_MEM_U16_SX_U32': (McBlock.parseMcGeneric, True, False, ),
Note:
See TracChangeset
for help on using the changeset viewer.