Home | History | Annotate | Download | only in compiler-rt

Lines Matching defs:arm

152 # ARM-specific runtimes
154 lib/arm/aeabi_dcmp.S \
155 lib/arm/aeabi_fcmp.S \
156 lib/arm/aeabi_idivmod.S \
157 lib/arm/aeabi_ldivmod.S \
158 lib/arm/aeabi_memcmp.S \
159 lib/arm/aeabi_memcpy.S \
160 lib/arm/aeabi_memmove.S \
161 lib/arm/aeabi_memset.S \
162 lib/arm/aeabi_uidivmod.S \
163 lib/arm/aeabi_uldivmod.S \
164 lib/arm/comparesf2.S \
165 lib/arm/divmodsi4.S \
166 lib/arm/divsi3.S \
167 lib/arm/modsi3.S \
168 lib/arm/udivmodsi4.S \
169 lib/arm/udivsi3.S \
170 lib/arm/umodsi3.S
202 $(if $(findstring $(1),arm),$(call get-libcompiler-rt-arm-source-files),
218 define get-libcompiler-rt-arm-common-source-files
221 $(libcompiler_rt_arm_SRC_FILES), arm)
226 # Add ARM runtimes implemented in VFP
227 define add-libcompiler-rt-arm-vfp-source-files
229 arm/comparesf2.S divdf3.c divsf3.c extendsfdf2.c \
233 subsf3.c truncdfsf2.c),$(1)) lib/arm/vfp_alias.S
236 define get-libcompiler-rt-arm-source-files
238 $(call add-libcompiler-rt-arm-vfp-source-files,
239 $(call get-libcompiler-rt-arm-common-source-files)),
240 $(call get-libcompiler-rt-arm-common-source-files))
293 # Add -D__ARM_EABI__ for ARM
294 ifeq ($$(arch),arm)