]> git.ipfire.org Git - thirdparty/valgrind.git/commit
vex x86->IR: unhandled instruction CRC (SSE4.2) master
authorMartin Cermak <mcermak@redhat.com>
Fri, 19 Jun 2026 06:36:11 +0000 (08:36 +0200)
committerMartin Cermak <mcermak@redhat.com>
Fri, 19 Jun 2026 06:36:11 +0000 (08:36 +0200)
commit5c3c42b89e7e990825c820aa396554c0a696f3cd
treeb660664ef0db60ddada889b8105b91c3cd77e30c
parente9bc25843afb7dd2a332d3a7cb5eba7ed82532f2
vex x86->IR: unhandled instruction CRC (SSE4.2)

vex x86->IR: unhandled instruction bytes: 0xF2 0xF 0x38 0xF1
(CRC, SSE4.2)

VEX/priv/guest_x86_helpers.c:  Helper functions for
crc32 computation
VEX/pub/libvex_guest_x86.h:  Helper function decls
VEX/priv/guest_x86_toIR.c:  The crc32 instruction decoder
none/tests/x86/crc32.c:  New testcase
none/tests/x86/crc32.stdout.exp:  Ditto (expected output)
none/tests/x86/crc32.vgtest:  Ditto (testcase config)
none/tests/x86/Makefile.am:  Plug the test in

https://bugs.kde.org/show_bug.cgi?id=438640
.gitignore
NEWS
VEX/priv/guest_x86_helpers.c
VEX/priv/guest_x86_toIR.c
VEX/pub/libvex_guest_x86.h
none/tests/x86/Makefile.am
none/tests/x86/crc32.c [new file with mode: 0644]
none/tests/x86/crc32.stdout.exp [new file with mode: 0644]
none/tests/x86/crc32.vgtest [new file with mode: 0644]