]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Implement 128-bit PMOVMSKB using a single new primop (Iop_GetMSBs8x16)
authorJulian Seward <jseward@acm.org>
Thu, 13 Dec 2012 18:29:56 +0000 (18:29 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 13 Dec 2012 18:29:56 +0000 (18:29 +0000)
commitec735c8e8177baefec436052c468516a6c7cbe49
treef997bdc68d96bfb8e288052255f5eb00dd70f19b
parent881f8c0077120a0d2f84b74795eba8c9bf809406
Implement 128-bit PMOVMSKB using a single new primop (Iop_GetMSBs8x16)
rather than chopping it up into two 64-bit pieces in the front end.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2590
VEX/priv/guest_amd64_toIR.c
VEX/priv/host_amd64_isel.c
VEX/priv/host_generic_simd128.c
VEX/priv/host_generic_simd128.h
VEX/priv/ir_defs.c
VEX/pub/libvex_ir.h