]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: simplify VexVVVV_SRC2 handling for the XOP case
authorJan Beulich <jbeulich@suse.com>
Fri, 24 May 2024 10:21:57 +0000 (12:21 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 24 May 2024 10:21:57 +0000 (12:21 +0200)
commit6b15ec516579f8005e97d58ec06b1c98debf947b
tree975c55b23915bc23ccc4a4f62ff471b403ca0531
parentfb40ea39def796409eaf7f4e35bb143cbbeba0b7
x86: simplify VexVVVV_SRC2 handling for the XOP case

As already suggested during review, rather than having an extra
conditional in build_modrm_byte() (a code path used for quite a few
more insns, including even certain GPR ones), adjust the attribute in
the installed template to properly describe things with operands
swapped.
gas/config/tc-i386.c