Home
last modified time | relevance | path

Searched refs:TARGET_IDIV (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-c.c334 def_or_undef_macro (pfile, "__ARM_ARCH_EXT_IDIV__", TARGET_IDIV); in arm_cpu_builtins()
335 def_or_undef_macro (pfile, "__ARM_FEATURE_IDIV", TARGET_IDIV); in arm_cpu_builtins()
H A Darm.h351 #define TARGET_IDIV ((TARGET_ARM && arm_arch_arm_hwdiv) \ macro
H A Darm.md5029 "TARGET_IDIV"
5042 "TARGET_IDIV"
H A Darm.c10184 else if (mode == SImode && TARGET_IDIV) in arm_rtx_costs_internal()
33142 gcc_assert (!TARGET_IDIV); in arm_expand_divmod_libfunc()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-c.cc353 def_or_undef_macro (pfile, "__ARM_ARCH_EXT_IDIV__", TARGET_IDIV); in arm_cpu_builtins()
354 def_or_undef_macro (pfile, "__ARM_FEATURE_IDIV", TARGET_IDIV); in arm_cpu_builtins()
H A Darm.h348 #define TARGET_IDIV ((TARGET_ARM && arm_arch_arm_hwdiv) \ macro
H A Darm.md5030 "TARGET_IDIV"
5043 "TARGET_IDIV"
H A Darm.cc10332 else if (mode == SImode && TARGET_IDIV) in arm_rtx_costs_internal()
33917 gcc_assert (!TARGET_IDIV); in arm_expand_divmod_libfunc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201618362 (TARGET_IDIV): Set for all Thumb targets provided they have hardware
H A DChangeLog-201123780 (TARGET_IDIV): Define.
H A DChangeLog-201516432 (TARGET_ARM_SAT, TARGET_IDIV, TARGET_HAVE_LDREX)