x86: fold duplicate vector register printing code
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Jul 2021 11:08:05 +0000 (13:08 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Jul 2021 11:08:05 +0000 (13:08 +0200)
commitb0556968af05310748d7a1286b8d7639de67831e
tree2db21e8f9eaee82c7026a39f64a0ac47934d7f9c
parent605228fcaf91a86b5ae898415374a9382c85f76f
x86: fold duplicate vector register printing code

The bulk of OP_XMM() can be easily reused also for OP_EX(). Break the
shared logic out of the function, and invoke the new helper from both
places.
opcodes/i386-dis.c