x86: replace "anymem" checks where possible
authorJan Beulich <jbeulich@suse.com>
Wed, 17 Jul 2019 07:16:31 +0000 (09:16 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 17 Jul 2019 07:16:31 +0000 (09:16 +0200)
commit8dc0818eb2c449d553065b57e6953436896c6e5a
tree9ccadc9976efcb97fe6eb37783e330128f706c1b
parent1d942ae90810156b9875ea3e11754ab447c748db
x86: replace "anymem" checks where possible

Once operand parsing has completed, the simpler check of Operand_Mem can
be used in places where i.types[] got passed to operand_type_check().
Note that this has shown a couple of omissions of adjusting i.flags[]
when playing with i.op[] / i.types[] / i.tm.operand_types[].  Not all of
them get added here, just all of the ones needed in process_operands().
gas/ChangeLog
gas/config/tc-i386.c
This page took 0.024303 seconds and 4 git commands to generate.