Searched refs:__unordsf2 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | comparesf2.S | 218 @ int __unordsf2(float a, float b) 221 DEFINE_COMPILERRT_FUNCTION(__unordsf2) 248 END_COMPILERRT_FUNCTION(__unordsf2) 254 b SYMBOL_NAME(__unordsf2) 257 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fcmpun, __unordsf2)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | comparesf2.c | 58 COMPILER_RT_ABI CMP_RESULT __unordsf2(fp_t a, fp_t b) { in COMPILER_RT_ALIAS() 64 AEABI_RTABI int __aeabi_fcmpun(fp_t a, fp_t b) { return __unordsf2(a, b); } in __aeabi_fcmpun() 66 COMPILER_RT_ALIAS(__unordsf2, __aeabi_fcmpun) in COMPILER_RT_ALIAS() argument
|
H A D | apple_versioning.c | 328 NOT_HERE_UNTIL_AFTER_4_3(__unordsf2)
|
H A D | README.txt | 353 int __unordsf2vfp(float a, float b); // Appears to return __unordsf2
|
/freebsd/lib/libc/softfloat/ |
H A D | unordsf2.c | 11 flag __unordsf2(float32, float32); 14 __unordsf2(float32 a, float32 b) in __unordsf2() function
|
H A D | Symbol.map | 44 __unordsf2;
|
H A D | softfloat-for-gcc.h | 127 #define float32_unord __unordsf2
|
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_float.c | 38 flag __unordsf2(float32, float32); 65 int AEABI_FUNC2(fcmpun, float32, __unordsf2) in AEABI_FUNC2()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 468 HANDLE_LIBCALL(UO_F32, "__unordsf2")
|