]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add partial support for the SSE 4.2 PCMPISTRI instruction, at least
authorJulian Seward <jseward@acm.org>
Fri, 6 Aug 2010 07:59:38 +0000 (07:59 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 6 Aug 2010 07:59:38 +0000 (07:59 +0000)
commitc58713a025fe1f88c7705e0a16d5a747f222ebee
tree03f2bd5f259c6d66a1320916c74edc6c7e4ff0a9
parent10f1cd6e4f511a903f5f6370052ec4a82e98dbd8
Add partial support for the SSE 4.2 PCMPISTRI instruction, at least
for (some of) the sub-cases that glibc uses (64-bit mode only).  Also,
prepare for transitioning CPUID in 64-bit mode to indicate SSE4.2
support (not yet enabled).

Be warned, this commit will require a from-clean rebuild of Valgrind.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2001
VEX/priv/guest_amd64_defs.h
VEX/priv/guest_amd64_helpers.c
VEX/priv/guest_amd64_toIR.c
VEX/priv/guest_generic_x87.c
VEX/priv/guest_generic_x87.h
VEX/pub/libvex_guest_amd64.h