Commit f36d4bd9 by Alan Lawrence Committed by Alan Lawrence

[PATCH][AArch64] One-liner: fix type of an add in SIMD registers

	* config/aarch64/aarch64.md (adddi3_aarch64): set type to neon_add.

From-SVN: r214946
parent 8d3d350a
2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
* config/aarch64/aarch64.md (adddi3_aarch64): set type to neon_add.
2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
* config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Replace
varargs with pointer parameter.
(aarch64_simd_expand_builtin): pass pointer into previous.
......@@ -1238,7 +1238,7 @@
add\\t%x0, %x1, %x2
sub\\t%x0, %x1, #%n2
add\\t%d0, %d1, %d2"
[(set_attr "type" "alu_imm,alu_sreg,alu_imm,alu_sreg")
[(set_attr "type" "alu_imm,alu_sreg,alu_imm,neon_add")
(set_attr "simd" "*,*,*,yes")]
)
......
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