From: jgreenhalgh Date: Fri, 14 Aug 2015 09:38:36 +0000 (+0000) Subject: [Patch ARM/AArch64] Add missing is_neon_type types X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f203d5f457cdf55843c0f167691c0b143fef470;p=thirdparty%2Fgcc.git [Patch ARM/AArch64] Add missing is_neon_type types gcc/ * config/arm/types.md (is_neon_type): Add missing types. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226885 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e404e6655e31..af5e73c6d599 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-08-14 James Greenhalgh + + * config/arm/types.md (is_neon_type): Add missing types. + 2015-08-14 Yuri Rumyantsev * config/i386/driver-i386.c (host_detect_local_cpu): Add support diff --git a/gcc/config/arm/types.md b/gcc/config/arm/types.md index d36844673967..ec609aeaed19 100644 --- a/gcc/config/arm/types.md +++ b/gcc/config/arm/types.md @@ -1146,10 +1146,12 @@ neon_store3_one_lane, neon_store3_one_lane_q, neon_store4_4reg,\ neon_store4_4reg_q, neon_store4_one_lane, neon_store4_one_lane_q,\ neon_fp_abd_s, neon_fp_abd_s_q, neon_fp_abd_d, neon_fp_abd_d_q,\ + neon_fp_abs_s, neon_fp_abs_s_q, neon_fp_abs_d, neon_fp_abs_d_q,\ neon_fp_addsub_s, neon_fp_addsub_s_q, neon_fp_addsub_d,\ neon_fp_addsub_d_q, neon_fp_compare_s, neon_fp_compare_s_q,\ neon_fp_compare_d, neon_fp_compare_d_q, neon_fp_minmax_s,\ neon_fp_minmax_s_q, neon_fp_minmax_d, neon_fp_minmax_d_q,\ + neon_fp_neg_s, neon_fp_neg_s_q, neon_fp_neg_d, neon_fp_neg_d_q,\ neon_fp_reduc_add_s, neon_fp_reduc_add_s_q, neon_fp_reduc_add_d,\ neon_fp_reduc_add_d_q, neon_fp_reduc_minmax_s, neon_fp_reduc_minmax_s_q, neon_fp_reduc_minmax_d,\ @@ -1157,6 +1159,8 @@ neon_fp_cvt_narrow_s_q, neon_fp_cvt_narrow_d_q,\ neon_fp_cvt_widen_h, neon_fp_cvt_widen_s, neon_fp_to_int_s,\ neon_fp_to_int_s_q, neon_int_to_fp_s, neon_int_to_fp_s_q,\ + neon_fp_to_int_d, neon_fp_to_int_d_q,\ + neon_int_to_fp_d, neon_int_to_fp_d_q,\ neon_fp_round_s, neon_fp_round_s_q, neon_fp_recpe_s,\ neon_fp_recpe_s_q,\ neon_fp_recpe_d, neon_fp_recpe_d_q, neon_fp_recps_s,\