]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
x86emul: correct VPBROADCASTMW2D predicate testing
authorJan Beulich <jbeulich@suse.com>
Mon, 2 Dec 2024 08:51:28 +0000 (09:51 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 2 Dec 2024 08:51:28 +0000 (09:51 +0100)
Due to presumably a copy-and-paste mistake VPBROADCASTMB2Q was tested
twice instead.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/tests/x86_emulator/predicates.c

index 270a18e546acddcbaa3d2c20ce1f4114729272f3..afe2e297d94f9a786dc126e67d45a2bed1fe601e 100644 (file)
@@ -1889,7 +1889,7 @@ static const struct evex {
     { { 0x39 }, 2, T, R, pfx_66, Wn, Ln }, /* vpmins{d,q} */
     { { 0x39, 0xc0 }, 2, F, N, pfx_f3, Wn, Ln }, /* vpmov{d,q}2m */
     { { 0x3a }, 2, T, R, pfx_66, WIG, Ln }, /* vpminuw */
-    { { 0x2a, 0xc0 }, 2, F, N, pfx_f3, W0, Ln }, /* vpbroadcastmw2d */
+    { { 0x3a, 0xc0 }, 2, F, N, pfx_f3, W0, Ln }, /* vpbroadcastmw2d */
     { { 0x3b }, 2, T, R, pfx_66, Wn, Ln }, /* vpminu{d,q} */
     { { 0x3c }, 2, T, R, pfx_66, WIG, Ln }, /* vpmaxsb */
     { { 0x3d }, 2, T, R, pfx_66, Wn, Ln }, /* vpmaxs{d,q} */