From: James Greenhalgh Date: Fri, 14 Aug 2015 09:38:36 +0000 (+0000) Subject: [Patch ARM/AArch64] Add missing is_neon_type types X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d0810e14c1cc082605d4d6fe8368937847c5983;p=gcc.git [Patch ARM/AArch64] Add missing is_neon_type types gcc/ * config/arm/types.md (is_neon_type): Add missing types. From-SVN: r226885 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e404e6655e3..af5e73c6d59 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 d3684467396..ec609aeaed1 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,\