]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
arm.md (type): Add ffmas and ffmad to "type" attribute.
authorGreta Yorsh <greta.yorsh@arm.com>
Tue, 29 Jan 2013 18:34:12 +0000 (18:34 +0000)
committerGreta Yorsh <gretay@gcc.gnu.org>
Tue, 29 Jan 2013 18:34:12 +0000 (18:34 +0000)
commit29637783d5b642e5ab85c20f598de3ded0a7a100
tree04e5d0a4453b5c383943158b60fda4d604f7874a
parent2ee8a2d5ceea8470777bcc0f068af42ce174ea1f
arm.md (type): Add ffmas and ffmad to "type" attribute.

2013-01-29  Greta Yorsh  <Greta.Yorsh@arm.com>

        * config/arm/arm.md (type): Add ffmas and ffmad to "type" attribute.
        * config/arm/vfp.md (fma,fmsub,fnmsub,fnmadd): Change type
        from fmac to ffma.
        * config/arm/vfp11.md (vfp_farith): Use ffmas.
        (vfp_fmul): Use ffmad.
        * config/arm/cortex-r4f.md (cortex_r4_fmacs): Use ffmas.
        (cortex_r4_fmacd): Use ffmad.
        * config/arm/cortex-m4-fpu.md (cortex_m4_fmacs): Use ffmas.
        * config/arm/cortex-a9.md (cortex_a9_fmacs):  Use ffmas.
        (cortex_a9_fmacd): Use ffmad.
        * config/arm/cortex-a8-neon.md (cortex_a8_vfp_macs): Use ffmas.
        (cortex_a8_vfp_macd): Use ffmad.
        * config/arm/cortex-a5.md (cortex_a5_fpmacs): Use ffmas.
        (cortex_a5_fpmacd): Use ffmad.
        * config/arm/cortex-a15-neon.md (cortex_a15_vfp_macs) Use ffmas.
        (cortex_a15_vfp_macd): Use ffmad.
        * config/arm/arm1020e.md (v10_fmul): Use ffmas and ffmad.

From-SVN: r195551
gcc/ChangeLog
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-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/vfp.md
gcc/config/arm/vfp11.md