]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Handle new primop Iop_RoundF32toInt, needed by SSE4 ROUNDSS (vex
authorJulian Seward <jseward@acm.org>
Sun, 27 Jun 2010 09:08:54 +0000 (09:08 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 27 Jun 2010 09:08:54 +0000 (09:08 +0000)
r1986).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11189

memcheck/mc_translate.c

index 5f1eb6d007d74610e0b82eed8030c89d9cfa8634..18638d3ba6afa79862a4b81aad0c5fe1b3947c6b 100644 (file)
@@ -2428,6 +2428,7 @@ IRAtom* expr2vbits_Binop ( MCEnv* mce,
          /* I32(rm) x I64/F64 -> I64/F64 */
          return mkLazy2(mce, Ity_I64, vatom1, vatom2);
 
+      case Iop_RoundF32toInt:
       case Iop_SqrtF32:
          /* I32(rm) x I32/F32 -> I32/F32 */
          return mkLazy2(mce, Ity_I32, vatom1, vatom2);