r242783 - in /trunk/gcc: ChangeLog config/arm/a...
jgreenhalgh@gcc.gnu.org
jgreenhalgh@gcc.gnu.org
Wed Nov 23 17:33:00 GMT 2016
Author: jgreenhalgh
Date: Wed Nov 23 17:33:39 2016
New Revision: 242783
URL: https://gcc.gnu.org/viewcvs?rev=242783&root=gcc&view=rev
Log:
[Patch 16/17 libgcc ARM] Half to double precision conversions
gcc/
* config/arm/arm.c (arm_convert_to_type): Delete.
(TARGET_CONVERT_TO_TYPE): Delete.
(arm_init_libfuncs): Enable trunc_optab from DFmode to HFmode.
(arm_libcall_uses_aapcs_base): Add trunc_optab from DF- to HFmode.
* config/arm/arm.h (TARGET_FP16_TO_DOUBLE): New.
* config/arm/arm.md (truncdfhf2): Only convert through SFmode if we
are in fast math mode, and have no single step hardware instruction.
(extendhfdf2): Only expand through SFmode if we don't have a
single-step hardware instruction.
* config/arm/vfp.md (*truncdfhf2): New.
(extendhfdf2): Likewise.
gcc/testsuite/
* gcc.target/arm/fp16-rounding-alt-1.c (ROUNDED): Change expected
result.
* gcc.target/arm/fp16-rounding-ieee-1.c (ROUNDED): Change expected
result.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm.c
trunk/gcc/config/arm/arm.h
trunk/gcc/config/arm/arm.md
trunk/gcc/config/arm/vfp.md
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.target/arm/fp16-rounding-alt-1.c
trunk/gcc/testsuite/gcc.target/arm/fp16-rounding-ieee-1.c
More information about the Gcc-cvs
mailing list