commit | 7c3df3c680c2bee0b17e60bfbadc751c67e05ed0 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Tue Jan 09 13:50:27 2024 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Tue Jan 09 13:50:27 2024 +0100 |
tree | cfd73af5e18b93d100a381b2bfd16716f8147492 | |
parent | 7440781b67631ebdf1b0587724f5d77c3748b034 [diff] |
x86: add missing APX logic to cpu_flags_match() As already indicated during review, we can't get away without certain adjustments here: Without these, respective {evex}-prefixed insns are assembled to APX encodings even when APX_F is turned off. While there also extend the respective comment in the opcode table, to explain why this construct is used.