Home
last modified time | relevance | path

Searched refs:__aeabi_fadd (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Daddsf3.c20 AEABI_RTABI float __aeabi_fadd(float a, float b) { return __addsf3(a, b); } in __aeabi_fadd() function
22 COMPILER_RT_ALIAS(__addsf3, __aeabi_fadd)
/freebsd/lib/libc/arm/aeabi/
H A DSymbol.map43 __aeabi_fadd;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp176 PP(__aeabi_fadd) \
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daddsf3.S24 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fadd, __addsf3)