parseinstrs: Don't generate 16-bit version for I66

This commit is contained in:
Alexis Engelke
2021-09-13 17:28:49 +02:00
parent effc0c7e49
commit 7229f13742

View File

@@ -571,6 +571,8 @@ def encode_table(entries):
opc_flags += "|OPC_" + opcode.prefix
if "U66" not in desc.flags and opcode.prefix != "NFx":
opsizes -= {16}
if "I66" in desc.flags:
opsizes -= {16}
if opcode.vexl == "IG":
vecsizes = {0}
elif opcode.vexl: