]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge from trunk, r11452 (Handle new Iop_Sad8Ux4 introduced in vex r2067.)
authorJulian Seward <jseward@acm.org>
Wed, 20 Oct 2010 21:39:30 +0000 (21:39 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 20 Oct 2010 21:39:30 +0000 (21:39 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_6_BRANCH@11469

memcheck/mc_translate.c

index 131f48f5bdcd649a64fd4a95a46528d8830bb0e9..50f2d49cc301f64e853d2e1e62133bd97a0c1b90 100644 (file)
@@ -2920,6 +2920,7 @@ IRAtom* expr2vbits_Binop ( MCEnv* mce,
          return assignNew('V', mce, Ity_I16, binop(Iop_8HLto16, vHi8, vLo8));
       }
 
+      case Iop_Sad8Ux4: /* maybe we could do better?  ftm, do mkLazy2. */
       case Iop_DivS32:
       case Iop_DivU32:
          return mkLazy2(mce, Ity_I32, vatom1, vatom2);