[ARM] [Neon types 3/10] Update Current type attributes to new Neon Types.
authorJames Greenhalgh <james.greenhalgh@arm.com>
Tue, 15 Oct 2013 15:28:04 +0000 (15:28 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Tue, 15 Oct 2013 15:28:04 +0000 (15:28 +0000)
commitf7379e5eb940dc3f0c4580ced0eaefe2610fdf74
tree08158bcb7c75f8dab07a5a26b425274459368fea
parenta9e66678ca96517de9a5b4780e8ed160c01c18b2
[ARM] [Neon types 3/10] Update Current type attributes to new Neon Types.

gcc/
* config/arm/iterators.md (V_elem_ch): New.
(q): Likewise.
(VQH_type): Likewise.
* config/arm/arm.md (is_neon_type): New.
(conds): Use is_neon_type.
(anddi3_insn): Update type attribute.
(xordi3_insn): Likewise.
(one_cmpldi2): Likewise.
* gcc/config/arm/vfp.md (movhf_vfp_neon): Update type attribute.
* gcc/config/arm/neon.md (neon_mov): Update type attributes for
all patterns.

From-SVN: r203613
gcc/ChangeLog
gcc/config/arm/arm.md
gcc/config/arm/iterators.md
gcc/config/arm/neon.md
gcc/config/arm/vfp.md