commit | f5bb7f33242b29481ac109ab4f672bbd749b2b2d | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Oct 14 14:38:02 2024 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Oct 14 14:38:02 2024 +0200 |
tree | e29cb941891b2470b9e9112e02c7c0f0d87deea2 | |
parent | b03815327ab1bc34b1784455ca56c2b626cf5794 [diff] |
x86: also template-expand trailing mnemonic part So far template expansion was limited to fields other than the insn mnemonic. In order to be able to use <fop> also for AVX10.2 we want the trailing mnemonic part to also be expanded. Split out the respective piece of code into a helper function, which is then invoked twice.