]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 486398 - SSE4a: unhandled instruction bytes: 0xF2 0xF 0x78 0xC0 0x8 0x18 0xC5... users/paulf/try-bug486398
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 23 Mar 2025 13:18:10 +0000 (14:18 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 23 Mar 2025 13:19:18 +0000 (14:19 +0100)
commitb04cf6b463de78700637bc2bea94278773c37844
treeb12fce348469eeca24a387f5773701ae30517bc5
parentf87c58e89c4a0e85c59f39a7ae01027686bfff73
Bug 486398 - SSE4a: unhandled instruction bytes: 0xF2 0xF 0x78 0xC0 0x8 0x18 0xC5 0xF9 0x7E 0x84 (insertq $24, $8, %xmm0, %xmm0)
16 files changed:
.gitignore
VEX/priv/guest_amd64_toIR.c
VEX/priv/host_amd64_isel.c
VEX/pub/libvex.h
configure.ac
coregrind/m_machine.c
none/tests/amd64/Makefile.am
none/tests/amd64/insertq.c [new file with mode: 0644]
none/tests/amd64/insertq.stderr.exp [new file with mode: 0644]
none/tests/amd64/insertq.stdout.exp [new file with mode: 0644]
none/tests/amd64/insertq.vgtest [new file with mode: 0644]
none/tests/amd64/sse4a-64.c [new file with mode: 0644]
none/tests/amd64/sse4a-64.stderr.exp [new file with mode: 0644]
none/tests/amd64/sse4a-64.stdout.exp [new file with mode: 0644]
none/tests/amd64/sse4a-64.vgtest [new file with mode: 0644]
tests/x86_amd64_features.c