decode: Decode EVEX prefix

This commit is contained in:
Alexis Engelke
2021-09-13 17:45:39 +02:00
parent 4a552feabf
commit ec5a430b5c
2 changed files with 53 additions and 12 deletions

View File

@@ -370,7 +370,7 @@ class Trie:
EntryKind.TABLE_PREFIX, EntryKind.TABLE16,
EntryKind.TABLE8E, EntryKind.TABLE_VEX)
TABLE_LENGTH = {
EntryKind.TABLE_ROOT: 8,
EntryKind.TABLE_ROOT: 12,
EntryKind.TABLE256: 256,
EntryKind.TABLE_PREFIX: 4,
EntryKind.TABLE16: 16,