]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Move new 256-bit FP Iops to a better place.
authorJulian Seward <jseward@acm.org>
Tue, 19 Jun 2012 06:57:59 +0000 (06:57 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 19 Jun 2012 06:57:59 +0000 (06:57 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2391

VEX/pub/libvex_ir.h

index 9531a131a84f810c282d7345d896d69fb90cbef2..cda42181b7a583888a0c1c2a86cc206c51b31d38 100644 (file)
@@ -1439,9 +1439,6 @@ typedef
       Iop_OrV256,
       Iop_XorV256,
       Iop_NotV256,
-      Iop_Sqrt32Fx8,
-      Iop_Sqrt64Fx4,
-      Iop_RSqrt32Fx8,
 
       /* ------------------ 256-bit SIMD FP. ------------------ */
       Iop_Add64Fx4,
@@ -1451,7 +1448,11 @@ typedef
       Iop_Add32Fx8,
       Iop_Sub32Fx8,
       Iop_Mul32Fx8,
-      Iop_Div32Fx8
+      Iop_Div32Fx8,
+
+      Iop_Sqrt32Fx8,
+      Iop_Sqrt64Fx4,
+      Iop_RSqrt32Fx8
    }
    IROp;