zyantific / zydis

Fast and lightweight x86/x86-64 disassembler and code generation library
https://zydis.re
MIT License
3.47k stars 438 forks source link

Fixed MVEX tests #529

Closed mappzor closed 3 weeks ago

mappzor commented 1 month ago

vexc4_025 test fails presumably due to minor changes in definitions imported from XED:

-    ISA-EXT: AMX_INT8
+    ISA-EXT: AMX_TILE

- 2   REGISTER    EXPLICIT       R        NDSNDD   8192    256      32      UINT                         tmm4
+ 2   REGISTER    EXPLICIT       R        NDSNDD   8192    256      32       INT                         tmm4

Everything else is fixed now.

flobernd commented 3 weeks ago

Thank you 🙂 I'll double check this last case and adjust as needed.