Searched refs:__addsf3 (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Daddsf3.c16 COMPILER_RT_ABI float __addsf3(float a, float b) { return __addXf3__(a, b); } function
20 AEABI_RTABI float __aeabi_fadd(float a, float b) { return __addsf3(a, b); }
22 COMPILER_RT_ALIAS(__addsf3, __aeabi_fadd)
H A Dsubsf3.c18 return __addsf3(a, fromRep(toRep(b) ^ signBit));
H A Dapple_versioning.c219 NOT_HERE_UNTIL_AFTER_4_3(__addsf3)
H A Dfp_lib.h60 COMPILER_RT_ABI fp_t __addsf3(fp_t a, fp_t b);
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Daddsf3.c35 SFtype __addsf3(SFtype a, SFtype b) function
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h24 #define float32_add __addsf3
46 __strong_alias(__aeabi_fadd, __addsf3);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Daddsf3.S9 // This file implements the __addsf3 (single precision floating pointer number
24 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fadd, __addsf3)
26 DEFINE_COMPILERRT_THUMB_FUNCTION(__addsf3)
274 END_COMPILERRT_FUNCTION(__addsf3)
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv-abi.h129 RENAME_LIBRARY(__addsf3,__addf) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-abi.h128 RENAME_LIBRARY(__addsf3,__addf) \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c101 __addsf3 (float a1, float a2) function
212 return __addsf3 (a1, fl2.f);
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-sf.S90 .global __addsf3
91 .type __addsf3, @function
92 __addsf3: label
/openbsd-current/gnu/gcc/gcc/config/
H A Dfp-bit.h279 # define add __addsf3
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h275 # define add __addsf3
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm2504 .globl SYM (__addsf3)
2584 | __addsf3
2587 | float __addsf3(float, float);
2588 SYM (__addsf3):
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm2410 .globl SYM (__addsf3)
2489 | __addsf3
2492 | float __addsf3(float, float);
2493 SYM (__addsf3):

Completed in 309 milliseconds