commit | 2235ecb8afebeb56baf29eb98de34cfa1b95f697 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Jan 14 10:54:21 2022 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Jan 14 10:54:21 2022 +0100 |
tree | f75c3ae08807157db4430a4f69b1643fa499339d | |
parent | 62dd9d917793f475024ce35eeb323608dc9d3bde [diff] |
x86: reduce AVX512-FP16 set of insns decoded through vex_w_table[] Like already indicated during review of the original submission, there's really only very few insns where going through this table is easier / cheaper than using suitable macros. Utilize %XH more and introduce similar %XS and %XD (which subsequently can be used for further table size reduction). While there also switch to using oappend() in 'XH' macro processing.