]> git.ipfire.org Git - thirdparty/valgrind.git/commit
arm64: route all whole-vector shift/rotate/slice operations
authorJulian Seward <jseward@acm.org>
Mon, 1 Sep 2014 14:13:15 +0000 (14:13 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 1 Sep 2014 14:13:15 +0000 (14:13 +0000)
commit083838de77f22b770b91c0b33196a7465146cf13
treea1bde1529dd2806b249ea5b63f5d5f5dd70ccc23
parent18d85d6308a3ee5bdc7c46fc994e402293bf6f9e
arm64: route all whole-vector shift/rotate/slice operations
through Iop_SliceV128, so as to give it some testing.  Implement
Iop_SliceV128 in the back end.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2940
VEX/priv/guest_arm64_toIR.c
VEX/priv/host_arm64_isel.c