x86emul: add support for missing {,V}PMADDWD insns
authorJan Beulich <jbeulich@suse.com>
Thu, 6 Jun 2019 12:10:46 +0000 (14:10 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 6 Jun 2019 12:10:46 +0000 (14:10 +0200)
commitc14310666bc201dce9c10ca7984db2dc1768e8ff
tree14c98f74ffac9e005c3689f2a422408514a6e0d5
parent9d89d2c431b1fd8817fb4cd20c495fe4bf6e770a
x86emul: add support for missing {,V}PMADDWD insns

Their pre-AVX512 incarnations have clearly been overlooked during much
earlier work. Their memory access pattern is entirely standard, so no
specific tests get added to the harness.

Reported-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Tested-by: Alexandru Isaila <aisaila@bitdefender.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
master commit: 1a48bdd599b268a2d9b7d0c45f1fd40c4892186e
master date: 2019-05-16 13:43:17 +0200
xen/arch/x86/x86_emulate/x86_emulate.c