Commit 0379033b by James Greenhalgh Committed by James Greenhalgh

Re: [AArch64] Implement ADD in vector registers for 32-bit scalar values.

gcc/

	* config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
	"yes" where needed.

From-SVN: r211899
parent 82bb9245
2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
"yes" where needed.
2014-06-23 Alan Modra <amodra@gmail.com>
PR bootstrap/61583
......
......@@ -1167,7 +1167,8 @@
add\\t%w0, %w1, %w2
add\\t%0.2s, %1.2s, %2.2s
sub\\t%w0, %w1, #%n2"
[(set_attr "type" "alu_imm,alu_reg,neon_add,alu_imm")]
[(set_attr "type" "alu_imm,alu_reg,neon_add,alu_imm")
(set_attr "simd" "*,*,yes,*")]
)
;; zero_extend version of above
......
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