[Patch ARM/AArch64] Add missing is_neon_type types

gcc/

	* config/arm/types.md (is_neon_type): Add missing types.

From-SVN: r226885
This commit is contained in:
James Greenhalgh 2015-08-14 09:38:36 +00:00 committed by James Greenhalgh
parent 3e0f334989
commit 3d0810e14c
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-08-14 James Greenhalgh <james.greenhalgh@arm.com>
* config/arm/types.md (is_neon_type): Add missing types.
2015-08-14 Yuri Rumyantsev <ysrumyan@gmail.com>
* config/i386/driver-i386.c (host_detect_local_cpu): Add support

View file

@ -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,\