]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added DivU32,DivS32 to memcheck translation (lazy)
authorCerion Armour-Brown <cerion@valgrind.org>
Thu, 23 Jun 2005 15:28:34 +0000 (15:28 +0000)
committerCerion Armour-Brown <cerion@valgrind.org>
Thu, 23 Jun 2005 15:28:34 +0000 (15:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4004

memcheck/mc_translate.c

index 992ac6d69309e75616626a715847ef5122bb3b5e..23fa722cb40e45b703670de53668a1bd2b480fc6 100644 (file)
@@ -1656,6 +1656,10 @@ IRAtom* expr2vbits_Binop ( MCEnv* mce,
          return assignNew(mce, Ity_I16, binop(Iop_8HLto16, vHi8, vLo8));
       }
 
+      case Iop_DivS32:
+      case Iop_DivU32:
+         return mkLazy2(mce, Ity_I32, vatom1, vatom2);
+
       case Iop_Add32:
          if (mce->bogusLiterals)
             return expensiveAddSub(mce,True,Ity_I32,