]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arm/vfp.md
[Patch ARM AARCH64] Split "type" attributes: fdiv
authorJames Greenhalgh <james.greenhalgh@arm.com>
Fri, 6 Sep 2013 13:39:57 +0000 (13:39 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Fri, 6 Sep 2013 13:39:57 +0000 (13:39 +0000)
commitb86923f0cd190c2be56575e634a7c0d16f6df134
tree8b2037af48988953fd15b93133f42657c47e38e0
parent7b49c9e1c0a48eb0b191bf2f650d133a0c7093a9
[Patch ARM AARCH64] Split "type" attributes: fdiv

gcc/
* config/arm/types.md: Split fdiv<sd> as fsqrt<sd>, fdiv<sd>.
* config/arm/arm.md (core_cycles): Remove fdiv.
* config/arm/vfp.md:
(*sqrtsf2_vfp): Update for attribute changes.
(*sqrtdf2_vfp): Likewise.
* config/aarch64/aarch64.md:
(sqrt<mode>2): Update for attribute changes.
* config/arm/arm1020e.md: Update with new attributes.
* config/arm/cortex-a15-neon.md: Update with new attributes.
* config/arm/cortex-a5.md: Update with new attributes.
* config/arm/cortex-a53.md: Update with new attributes.
* config/arm/cortex-a7.md: Update with new attributes.
* config/arm/cortex-a8-neon.md: Update with new attributes.
* config/arm/cortex-a9.md: Update with new attributes.
* config/arm/cortex-m4-fpu.md: Update with new attributes.
* config/arm/cortex-r4f.md: Update with new attributes.
* config/arm/marvell-pj4.md: Update with new attributes.
* config/arm/vfp11.md: Update with new attributes.

From-SVN: r202329
16 files changed:
gcc/ChangeLog
gcc/config/aarch64/aarch64.md
gcc/config/arm/arm.md
gcc/config/arm/arm1020e.md
gcc/config/arm/cortex-a15-neon.md
gcc/config/arm/cortex-a5.md
gcc/config/arm/cortex-a53.md
gcc/config/arm/cortex-a7.md
gcc/config/arm/cortex-a8-neon.md
gcc/config/arm/cortex-a9.md
gcc/config/arm/cortex-m4-fpu.md
gcc/config/arm/cortex-r4f.md
gcc/config/arm/marvell-pj4.md
gcc/config/arm/types.md
gcc/config/arm/vfp.md
gcc/config/arm/vfp11.md