Searched refs:TARGET_NEON_FP16INST (Results 1 – 2 of 2) sorted by relevance
570 #define HAVE_addv8hf3_neon (TARGET_NEON_FP16INST && flag_unsafe_math_optimizations)571 #define HAVE_addv4hf3 (TARGET_NEON_FP16INST && flag_unsafe_math_optimizations)572 #define HAVE_addv8hf3_fp16 (TARGET_NEON_FP16INST)573 #define HAVE_addv4hf3_fp16 (TARGET_NEON_FP16INST)574 #define HAVE_subv8hf3 (TARGET_NEON_FP16INST && flag_unsafe_math_optimizations)575 #define HAVE_subv4hf3 (TARGET_NEON_FP16INST && flag_unsafe_math_optimizations)576 #define HAVE_subv8hf3_fp16 (TARGET_NEON_FP16INST)577 #define HAVE_subv4hf3_fp16 (TARGET_NEON_FP16INST)586 #define HAVE_mulv8hf3addv8hf_neon (TARGET_NEON_FP16INST && (!true || flag_unsafe_math_optimizations…587 #define HAVE_mulv4hf3addv4hf_neon (TARGET_NEON_FP16INST && (!true || flag_unsafe_math_optimizations…[all …]
252 #define TARGET_NEON_FP16INST (TARGET_VFP_FP16INST && TARGET_NEON_RDMA) macro