x86: integrate mask_op into struct _i386_insn
authorJan Beulich <jbeulich@suse.com>
Tue, 30 Mar 2021 12:05:42 +0000 (14:05 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 30 Mar 2021 12:05:42 +0000 (14:05 +0200)
commit6225c532b4ce85661c5148d513335c0d8bd90e4f
treecf785a513f09ba77afc5718d500d9904831ae246
parent783c187b8ce8a2b414ca0145e27ae9747d857e98
x86: integrate mask_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 masking being in effect off of the register
field of the structure instead.
gas/ChangeLog
gas/config/tc-i386.c
This page took 0.0244180000000001 seconds and 4 git commands to generate.