x86emul: use AVX512 logic for emulating V{,P}MASKMOV*
authorJan Beulich <jbeulich@suse.com>
Tue, 20 Nov 2018 14:07:35 +0000 (15:07 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 20 Nov 2018 14:07:35 +0000 (15:07 +0100)
commit1a7afebf041f01e6a73ac9ed91ca40c5c8406711
tree66f76b25844e919bd47da224581c86e45ef759dd
parent52c37f7ab9d284da6543d2c4a2d9831948077ed9
x86emul: use AVX512 logic for emulating V{,P}MASKMOV*

The more generic AVX512 implementation allows quite a bit of insn-
specific code to be dropped/shared.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c