x86: simplify a few expressions
authorJan Beulich <jbeulich@suse.com>
Fri, 10 Feb 2023 07:10:03 +0000 (08:10 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 10 Feb 2023 07:10:03 +0000 (08:10 +0100)
commitaa4c197de1682b30d49a2ff163f8623039cb07e0
tree29114fb6233b8eb1a2428d6efd6dabaae84544f1
parent7fc695286521fb4eec436a651677dfe6550db0f4
x86: simplify a few expressions

Fold adjacent comparisons when, by ORing in a certain mask, the same
effect can be achieved by a single one. In load_insn_p() this extends
to further uses of an already available local variable.
gas/config/tc-i386.c