Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparesf2.c64 AEABI_RTABI int __aeabi_fcmpun(fp_t a, fp_t b) { return __unordsf2(a, b); } in __aeabi_fcmpun() function
66 COMPILER_RT_ALIAS(__unordsf2, __aeabi_fcmpun) in COMPILER_RT_ALIAS() argument
/src/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S251 DEFINE_COMPILERRT_FUNCTION(__aeabi_fcmpun)
255 END_COMPILERRT_FUNCTION(__aeabi_fcmpun)
257 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fcmpun, __unordsf2)
/src/lib/libgcc_s/arm/
H A DSymbol.map42 __aeabi_fcmpun;
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp182 PP(__aeabi_fcmpun) \