| commit | 151da91724c50b9c501b4b89857e675bc2dd8b52 | [log] [tgz] |
|---|---|---|
| author | Jan Beulich <jbeulich@suse.com> | Tue Jul 04 17:02:17 2023 +0200 |
| committer | Jan Beulich <jbeulich@suse.com> | Tue Jul 04 17:02:17 2023 +0200 |
| tree | 9f7ec453ea6da6880d21811e250c0201a243dae2 | |
| parent | 37c5374291224ed7e061fe001094cdacac7d9821 [diff] |
x86: flag bad EVEX masking for miscellaneous insns Masking is not permitted for certain further insns, not falling in any of the earlier categories. Introduce the Y macro (not expanding to any output) to flag such cases. Note that in a few cases entries already covered otherwise are converted as well, to continue to allow sharing of the string literals.