commit | b0556968af05310748d7a1286b8d7639de67831e | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Thu Jul 22 13:08:05 2021 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Thu Jul 22 13:08:05 2021 +0200 |
tree | 2db21e8f9eaee82c7026a39f64a0ac47934d7f9c | |
parent | 605228fcaf91a86b5ae898415374a9382c85f76f [diff] |
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.