commit | 441f6aca3923ba65db139f5c2557a5f01e190edc | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Tue Mar 23 17:08:39 2021 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Tue Mar 23 17:08:39 2021 +0100 |
tree | 3db030cdeae0a950236523451d774b374f26a274 | |
parent | 66848ebca8da38ce395d74d25d604646738514a7 [diff] |
x86: split opcode prefix and opcode space representation Commit 8b65b8953af2 ("x86: Remove the prefix byte from non-VEX/EVEX base_opcode") used the opcodeprefix field for two distinct purposes. In preparation of having VEX/XOP/EVEX and non-VEX templates become similar in the representatioon of both encoding space and opcode prefixes, split the field to have a separate one holding an insn's opcode space.