Home
last modified time | relevance | path

Searched refs:TARGET_NEON_FP16INST (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dinsn-flags.h570 #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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/
H A Darm.h252 #define TARGET_NEON_FP16INST (TARGET_VFP_FP16INST && TARGET_NEON_RDMA) macro