]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add SSE4.1 PHMINPOSUW for x86 32-bit master
authorAlexandra Hájková <ahajkova@redhat.com>
Wed, 27 May 2026 15:24:34 +0000 (11:24 -0400)
committerAlexandra Hájková <ahajkova@redhat.com>
Fri, 5 Jun 2026 20:59:45 +0000 (22:59 +0200)
commitcb9330b7ac244d552a9d6259618732e72ef3ae51
treededcc2ece94f180ce1130cc335d5007bea24f730
parente502804c87726595f30ad1ea3488b91b537efd97
Add SSE4.1 PHMINPOSUW for x86 32-bit

Moved sel16x4_0/1/2/3 to VEX/priv/guest_generic_helpers.h.
Moved amd64g_calculate_sse_phminposuw from guest_amd64_helpers.c
to guest_generic_helpers.h and renamed to
g_calculate_sse_phminposuw so both x86 and amd64 can use it.
Add test function to sse4-common.h and update
none/tests/x86/sse4-x86.c to test the instruction.

BZ: https://bugs.kde.org/show_bug.cgi?id=518217
NEWS
VEX/priv/guest_amd64_defs.h
VEX/priv/guest_amd64_helpers.c
VEX/priv/guest_amd64_toIR.c
VEX/priv/guest_generic_helpers.h
VEX/priv/guest_x86_helpers.c
VEX/priv/guest_x86_toIR.c
none/tests/amd64/sse4-64.c
none/tests/sse4-common.h
none/tests/x86/sse4-x86.c
none/tests/x86/sse4-x86.stdout.exp