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
This commit is contained in:
parent
82bb92454f
commit
0379033b63
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2014-06-23 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
PR bootstrap/61583
|
PR bootstrap/61583
|
||||||
|
|
|
@ -1167,7 +1167,8 @@
|
||||||
add\\t%w0, %w1, %w2
|
add\\t%w0, %w1, %w2
|
||||||
add\\t%0.2s, %1.2s, %2.2s
|
add\\t%0.2s, %1.2s, %2.2s
|
||||||
sub\\t%w0, %w1, #%n2"
|
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
|
;; zero_extend version of above
|
||||||
|
|
Loading…
Add table
Reference in a new issue