]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Handle new primop Iop_SarN8x8 introduced in vex r1702.
authorJulian Seward <jseward@acm.org>
Wed, 27 Dec 2006 01:16:58 +0000 (01:16 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 27 Dec 2006 01:16:58 +0000 (01:16 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6441

memcheck/mc_translate.c

index cf8e98c434939fbc9db38e8d1dafebff64dd3162..8c3f7624e4a9da7b38261b5bf3e99265b43897d7 100644 (file)
@@ -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: