x86: integrate broadcast_op into struct _i386_insn
authorJan Beulich <jbeulich@suse.com>
Tue, 30 Mar 2021 12:06:09 +0000 (14:06 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 30 Mar 2021 12:06:09 +0000 (14:06 +0200)
commit5273a3cd48b4c1c9fbf8c3ba0157394b2045e63f
treebae326503e5ba787eb564867c80c241875ca792b
parent6225c532b4ce85661c5148d513335c0d8bd90e4f
x86: integrate broadcast_op into struct _i386_insn

There's no need for the extra level of indirection and the extra storage
needed for the pointer, pointing from one piece of static data to
another. Key checking of broadcast being in effect off of the type field
of the structure instead.
gas/ChangeLog
gas/config/tc-i386.c
This page took 0.024313 seconds and 4 git commands to generate.