arm.h (TARGET_FPU_ARMV8): New macro.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 26 Nov 2012 12:33:02 +0000 (12:33 +0000)
committerGreta Yorsh <gretay@gcc.gnu.org>
Mon, 26 Nov 2012 12:33:02 +0000 (12:33 +0000)
commit1dd4fe1fd892458ce29f15f3ca95125a11b2534f
tree5a65426955ffce1108cecf4a27b6ddbd65697dc0
parent67ae67ec9487385b396ed1ca5a0b8da8da915061
arm.h (TARGET_FPU_ARMV8): New macro.

gcc/

2012-11-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* config/arm/arm.h (TARGET_FPU_ARMV8): New macro.
* config/arm/arm.md (UNSPEC_VRINTZ, UNSPEC_VRINTP, UNSPEC_VRINTM)
(UNSPEC_VRINTR, UNSPEC_VRINTX, UNSPEC_VRINTA): New unspecs.
(f_rints, f_rintd): New types.
* config/arm/iterators.md (VRINT): New int iterator.
(F_fma_type): Remove.
(vfp_type): New mode attribute.
(vfp_double_cond): Likewise.
(vrint_pattern, vrint_variant, vrint_predicable): New int attribute.
* config/arm/vfp.md (fma<SDF:mode>4): Use vfp_type iterator
instead of F_fma_type.
(*fmsub<SDF:mode>4, *fnmsub<SDF:mode>4, *fnmadd<SDF:mode>4): Likewise.
(<vrint_pattern><SDF:mode>2): New pattern.

From-SVN: r193813
gcc/ChangeLog
gcc/config/arm/arm.h
gcc/config/arm/arm.md
gcc/config/arm/iterators.md
gcc/config/arm/vfp.md