|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86emul: correct VPBROADCASTMW2D predicate testing
commit 3df8812f90d78b65bee1754bb0b3bfc93d9ec3e3
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Mon Dec 2 09:51:28 2024 +0100
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Mon Dec 2 09:51:28 2024 +0100
x86emul: correct VPBROADCASTMW2D predicate testing
Due to presumably a copy-and-paste mistake VPBROADCASTMB2Q was tested
twice instead.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
tools/tests/x86_emulator/predicates.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/tests/x86_emulator/predicates.c
b/tools/tests/x86_emulator/predicates.c
index 270a18e546..afe2e297d9 100644
--- a/tools/tests/x86_emulator/predicates.c
+++ b/tools/tests/x86_emulator/predicates.c
@@ -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} */
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |