x86: misc further memory-only insns don't need to go through mod_table[]
authorJan Beulich <jbeulich@suse.com>
Tue, 11 Jul 2023 06:19:22 +0000 (08:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 11 Jul 2023 06:19:22 +0000 (08:19 +0200)
commit61ff5707944f2c8d6a8e4cd49cc9a2f8c82a1a82
treeea560a869fb8b6069a8935642b724979df752565
parent7be4d0e3f011474421b31ce610cb38f6ca61db17
x86: misc further memory-only insns don't need to go through mod_table[]

Several already use OP_M(), which rejects the register forms of insns,
and a few others can easily be converted to do so as well. (Note that
FXSAVE_Fixup() wires through to OP_M(). Note further that OP_IndirE(),
which wasn't placed very well anyway, is moved down to avoid the need to
forward-declare BadOp().)

Also adjust formatting of and drop PREFIX_OPCODE from a few adjacent
entries.
gas/testsuite/gas/i386/disassem.d
gas/testsuite/gas/i386/x86-64-disassem.d
opcodes/i386-dis-evex-len.h
opcodes/i386-dis-evex-mod.h
opcodes/i386-dis-evex-reg.h
opcodes/i386-dis-evex-w.h
opcodes/i386-dis-evex.h
opcodes/i386-dis.c