x86: drop dead code from OP_IMREG()
authorJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 08:23:36 +0000 (10:23 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 08:23:36 +0000 (10:23 +0200)
commite8b5d5f9713b7c74f95c4ff573ddeb7ebdb3fbc3
tree0bafc00c1efb11d44eefb9020b4362bc2b028853
parent38397794c90dc92e92ca4b0a9d00005f23fe500b
x86: drop dead code from OP_IMREG()

There's only a very limited set of modes that this function gets invoked
with - avoid it being more generic than it needs to be. This may, down
the road, allow actually doing away with the function altogether.

This eliminates a first improperly used "USED_REX (0)".
gas/ChangeLog
gas/testsuite/gas/i386/x86-64-pseudos.d
gas/testsuite/gas/i386/x86-64-pseudos.s
opcodes/ChangeLog
opcodes/i386-dis.c