-
- Downloads
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
Showing
- gcc/ChangeLog 20 additions, 0 deletionsgcc/ChangeLog
- gcc/config/arm/arm.md 2 additions, 0 deletionsgcc/config/arm/arm.md
- gcc/config/arm/arm1020e.md 1 addition, 1 deletiongcc/config/arm/arm1020e.md
- gcc/config/arm/cortex-a15-neon.md 2 additions, 2 deletionsgcc/config/arm/cortex-a15-neon.md
- gcc/config/arm/cortex-a5.md 2 additions, 2 deletionsgcc/config/arm/cortex-a5.md
- gcc/config/arm/cortex-a8-neon.md 2 additions, 2 deletionsgcc/config/arm/cortex-a8-neon.md
- gcc/config/arm/cortex-a9.md 3 additions, 3 deletionsgcc/config/arm/cortex-a9.md
- gcc/config/arm/cortex-m4-fpu.md 1 addition, 1 deletiongcc/config/arm/cortex-m4-fpu.md
- gcc/config/arm/cortex-r4f.md 2 additions, 2 deletionsgcc/config/arm/cortex-r4f.md
- gcc/config/arm/vfp.md 6 additions, 4 deletionsgcc/config/arm/vfp.md
- gcc/config/arm/vfp11.md 2 additions, 2 deletionsgcc/config/arm/vfp11.md
Loading
Please register or sign in to comment