From: Julian Seward Date: Wed, 27 Dec 2006 01:16:58 +0000 (+0000) Subject: Handle new primop Iop_SarN8x8 introduced in vex r1702. X-Git-Tag: svn/VALGRIND_3_3_0~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac99d465789affcd856f6847e1fc88afd1b5e223;p=thirdparty%2Fvalgrind.git Handle new primop Iop_SarN8x8 introduced in vex r1702. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6441 --- diff --git a/memcheck/mc_translate.c b/memcheck/mc_translate.c index cf8e98c434..8c3f7624e4 100644 --- a/memcheck/mc_translate.c +++ b/memcheck/mc_translate.c @@ -1843,6 +1843,7 @@ IRAtom* expr2vbits_Binop ( MCEnv* mce, case Iop_ShrN16x4: case Iop_ShrN32x2: + case Iop_SarN8x8: case Iop_SarN16x4: case Iop_SarN32x2: case Iop_ShlN16x4: