x86: correct operand type checks
authorJan Beulich <jbeulich@novell.com>
Fri, 15 Dec 2017 08:14:52 +0000 (09:14 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 15 Dec 2017 08:14:52 +0000 (09:14 +0100)
commit141975a1e53798a48917271295962fb1a7e967d0
treeb827d40cf14e2d1b8f8383247b00e1afae0127bd
parent93b71a266695669cb9aa8ddf2717a1ccd53c925d
x86: correct operand type checks

Again these look to be typos: No template currently allows for any two
(or all three) of RegXMM, RegYMM, and RegZMM in a single operand. Quite
clearly ! are missing, after the addition of which the checks for the
first and (if present) second operands also fully match up.
gas/ChangeLog
gas/config/tc-i386.c