]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add support for the FCCMP insn types
authorEvandro Menezes <e.menezes@samsung.com>
Mon, 15 Feb 2016 21:15:49 +0000 (21:15 +0000)
committerEvandro Menezes <evandro@gcc.gnu.org>
Mon, 15 Feb 2016 21:15:49 +0000 (21:15 +0000)
commitc297d256e364bf1a1448da25497cda331c755646
tree7b8c9c120e6c85a030236c02ad9b119e3f57e42f
parent2bd0a2d6b1b823008e36e1a5833cf520c3807ecc
Add support for the FCCMP insn types

2016-01-21  Evandro Menezes  <e.menezes@samsung.com>

gcc/
* config/aarch64/aarch64.md (fccmp): Change insn type.
(fccmpe): Likewise.
* config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
* config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
* config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
* config/arm/xgene1.md (xgene1_fcmp): Likewise.
* config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
* config/arm/types.md (fccmps): Add new insn type.
(fccmpd): Likewise.

From-SVN: r233432
gcc/ChangeLog
gcc/config/aarch64/aarch64.md
gcc/config/aarch64/thunderx.md
gcc/config/arm/cortex-a53.md
gcc/config/arm/cortex-a57.md
gcc/config/arm/exynos-m1.md
gcc/config/arm/types.md
gcc/config/arm/xgene1.md