x86/Intel: improve special casing of certain insns
authorJan Beulich <jbeulich@suse.com>
Fri, 27 Jan 2023 08:21:24 +0000 (09:21 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 27 Jan 2023 08:21:24 +0000 (09:21 +0100)
commitc47b4d71203e8f53d998b891c4c1beaecd43c728
tree2f1632c53c2870a55e54d78ee72aa0fdf63bd6d3
parent800c5dd7b39a305af2878dc66e69945ea1aedcc6
x86/Intel: improve special casing of certain insns

Now that we have identifiers for the mnemonic strings we can avoid
opcode based comparisons, for (in many cases) being more expensive and
(in a few cases) being a little fragile and not self-documenting.
gas/config/tc-i386-intel.c