Commit 96659611 by James Greenhalgh Committed by James Greenhalgh

[AArch64] Change iterator for neg<mode>2 from VDQM to VDQ.

gcc/
	* config/aarch64/aarch64-simd.md (neg<mode>2): Use VDQ iterator.

From-SVN: r198306
parent 9697e620
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> 2013-04-25 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64-builtins.c * config/aarch64/aarch64-builtins.c
......
...@@ -505,8 +505,8 @@ ...@@ -505,8 +505,8 @@
) )
(define_insn "neg<mode>2" (define_insn "neg<mode>2"
[(set (match_operand:VDQM 0 "register_operand" "=w") [(set (match_operand:VDQ 0 "register_operand" "=w")
(neg:VDQM (match_operand:VDQM 1 "register_operand" "w")))] (neg:VDQ (match_operand:VDQ 1 "register_operand" "w")))]
"TARGET_SIMD" "TARGET_SIMD"
"neg\t%0.<Vtype>, %1.<Vtype>" "neg\t%0.<Vtype>, %1.<Vtype>"
[(set_attr "simd_type" "simd_negabs") [(set_attr "simd_type" "simd_negabs")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment