x86emul: support of AVX512* population count insns
authorJan Beulich <jbeulich@suse.com>
Wed, 17 Jul 2019 13:37:00 +0000 (15:37 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 17 Jul 2019 13:37:00 +0000 (15:37 +0200)
commit694cfda1a273db918f8dc265c77886f663dcb183
treef41c21a9a00a5c6c1e1ba2d8622dd0524b6541b3
parent2c884d21cd72cc52a72cbfe071edb6a20d5c3d20
x86emul: support of AVX512* population count insns

Plus the only other AVX512_BITALG one.

As in a few cases before, since the insns here and in particular their
memory access patterns follow the usual scheme, I didn't think it was
necessary to add a contrived test specifically for them, beyond the
Disp8 scaling one.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/tests/x86_emulator/evex-disp8.c
tools/tests/x86_emulator/x86-emulate.h
xen/arch/x86/x86_emulate/x86_emulate.c
xen/include/asm-x86/cpufeature.h
xen/include/public/arch-x86/cpufeatureset.h
xen/tools/gen-cpuid.py