x86: change representation of extension opcode
authorJan Beulich <jbeulich@suse.com>
Fri, 16 Dec 2022 08:00:23 +0000 (09:00 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 16 Dec 2022 08:00:23 +0000 (09:00 +0100)
commit689933867ad45487751a6bb411e69cd91ef24990
treec98fc884ef010f164576b6b5c267fb1ecdb2d813
parentde75275fe54c5536c8238f0f3f88bb7ac2222942
x86: change representation of extension opcode

Having a "None" field in the vast majority of entries is needlessly
cluttering the overall table. Instead of this being a separate field,
use a representation matching that of Intel SDM and AMD PM for the main
use of the field: Append the value after a / as the separator.
opcodes/i386-gen.c
opcodes/i386-opc.tbl
opcodes/i386-tbl.h