Home
last modified time | relevance | path

Searched refs:__unordsf2 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S218 @ 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 Dcomparesf2.c58 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 Dapple_versioning.c328 NOT_HERE_UNTIL_AFTER_4_3(__unordsf2)
H A DREADME.txt353 int __unordsf2vfp(float a, float b); // Appears to return __unordsf2
/freebsd/lib/libc/softfloat/
H A Dunordsf2.c11 flag __unordsf2(float32, float32);
14 __unordsf2(float32 a, float32 b) in __unordsf2() function
H A DSymbol.map44 __unordsf2;
H A Dsoftfloat-for-gcc.h127 #define float32_unord __unordsf2
/freebsd/lib/libc/arm/aeabi/
H A Daeabi_float.c38 flag __unordsf2(float32, float32);
65 int AEABI_FUNC2(fcmpun, float32, __unordsf2) in AEABI_FUNC2()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def468 HANDLE_LIBCALL(UO_F32, "__unordsf2")