x86: use set_rex_vrex() also for short-form handling
authorJan Beulich <jbeulich@suse.com>
Fri, 10 Mar 2023 10:05:51 +0000 (11:05 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 10 Mar 2023 10:05:51 +0000 (11:05 +0100)
commit0a3eba426589cb2b5dc3a51ee8a3821c578c7c5f
treeb8a7b5ba2bb49dabdfd0a9d5b35d131efddbc32d
parent4148b4fe9fd15607aad8b082c7b724f355f2da64
x86: use set_rex_vrex() also for short-form handling

This is benign for all existing insns, but is going to be needed for
handling of .insn operands. The earlier use requires moving up the
function, to avoid the need for a forward declaration.
gas/config/tc-i386.c