]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arm/arm.md
[ARM] [Neon types 3/10] Update Current type attributes to new Neon Types.
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Oct 2013 15:28:04 +0000 (15:28 +0000)
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Oct 2013 15:28:04 +0000 (15:28 +0000)
commit3209301064b768179d047f116f8b430972962691
tree08158bcb7c75f8dab07a5a26b425274459368fea
parent47bfaf2cfc27dd75406ab0939fde225ad61ca84c
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203613 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm.md
gcc/config/arm/iterators.md
gcc/config/arm/neon.md
gcc/config/arm/vfp.md