commit | aa1807419ba0b6fa4a8b497babc1c89b27e667e5 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Feb 10 08:15:11 2023 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Feb 10 08:15:11 2023 +0100 |
tree | fd60bef612330615c9f1010465564223843f433f | |
parent | 5dab1799d7079765845cfbe6b523bda3add93acb [diff] |
x86: drop use of VEX3SOURCES The attribute really specifies that the sum of register and memory operands is 4. Express it like that in most places, while using the 2nd (apart from XOP) CPU feature flags (FMA4) in reversed operand matching logic. With the use in build_modrm_byte() gone, part of an assertion there also becomes meaningless - simplify that at the same time. With all uses of the opcode modifier field gone, also drop that.