[AArch64] Change iterator for neg<mode>2 from VDQM to VDQ.
authorJames Greenhalgh <james.greenhalgh@arm.com>
Thu, 25 Apr 2013 12:49:39 +0000 (12:49 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Thu, 25 Apr 2013 12:49:39 +0000 (12:49 +0000)
gcc/
* config/aarch64/aarch64-simd.md (neg<mode>2): Use VDQ iterator.

From-SVN: r198306

gcc/ChangeLog
gcc/config/aarch64/aarch64-simd.md

index 2e2181e..ad47f59 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-25  James Greenhalgh  <jame.greenhalgh@arm.com>
+
+       * config/aarch64/aarch64-simd.md (neg<mode>2): Use VDQ iterator.
+
 2013-04-25  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * config/aarch64/aarch64-builtins.c
index e5506fc..42c8d68 100644 (file)
 )
 
 (define_insn "neg<mode>2"
-  [(set (match_operand:VDQM 0 "register_operand" "=w")
-        (neg:VDQM (match_operand:VDQM 1 "register_operand" "w")))]
+  [(set (match_operand:VDQ 0 "register_operand" "=w")
+       (neg:VDQ (match_operand:VDQ 1 "register_operand" "w")))]
   "TARGET_SIMD"
   "neg\t%0.<Vtype>, %1.<Vtype>"
   [(set_attr "simd_type" "simd_negabs")