x86: SIMD shift-by-immediate don't need to go through mod_table[]
authorJan Beulich <jbeulich@suse.com>
Tue, 11 Jul 2023 06:19:53 +0000 (08:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 11 Jul 2023 06:19:53 +0000 (08:19 +0200)
commit5d9f7f50992c5aad78e9b818211cf060fe2bbcc6
tree31f6aea54c686562f0948d7e59ea9f1d714335ec
parent61ff5707944f2c8d6a8e4cd49cc9a2f8c82a1a82
x86: SIMD shift-by-immediate don't need to go through mod_table[]

OP_MS() and OP_XS() reject memory forms of insns quite fine. This then
also eliminates mis-named enumerators (we use M_1 for register forms).
opcodes/i386-dis.c