Searched refs:__unordsf2 (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/arm/ |
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)
|
/external/compiler-rt/lib/builtins/arm/ |
D | comparesf2.S | 136 DEFINE_COMPILERRT_FUNCTION(__unordsf2) 146 END_COMPILERRT_FUNCTION(__unordsf2) 148 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fcmpun, __unordsf2)
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | comparesf2.c | 130 __unordsf2(fp_t a, fp_t b) { in COMPILER_RT_ALIAS() 138 AEABI_RTABI int __aeabi_fcmpun(fp_t a, fp_t b) { return __unordsf2(a, b); } in __aeabi_fcmpun() 140 COMPILER_RT_ALIAS(__unordsf2, __aeabi_fcmpun) in COMPILER_RT_ALIAS() argument
|
D | apple_versioning.c | 328 NOT_HERE_UNTIL_AFTER_4_3(__unordsf2)
|
D | README.txt | 345 int __unordsf2vfp(float a, float b); // Appears to return __unordsf2
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | comparesf2_test.c | 12 int __unordsf2(float, float); 76 if (__unordsf2(vector->a, vector->b) != vector->unReference) { in test__cmpsf2() 79 __unordsf2(vector->a, vector->b), in test__cmpsf2()
|
/external/compiler-rt/test/builtins/Unit/ |
D | comparesf2_test.c | 23 int __unordsf2(float, float); 87 if (__unordsf2(vector->a, vector->b) != vector->unReference) { in test__cmpsf2() 90 __unordsf2(vector->a, vector->b), in test__cmpsf2()
|
/external/compiler-rt/lib/builtins/ |
D | comparesf2.c | 119 __unordsf2(fp_t a, fp_t b) { in ARM_EABI_FNALIAS()
|
D | apple_versioning.c | 335 NOT_HERE_UNTIL_AFTER_4_3(__unordsf2)
|
D | README.txt | 337 int __unordsf2vfp(float a, float b); // Appears to return __unordsf2
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 92 ; CHECK: call __unordsf2
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | soft-float-01.ll | 92 ; CHECK: brasl %r14, __unordsf2
|
/external/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 92 ; CHECK: call __unordsf2
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 385 HANDLE_LIBCALL(UO_F32, "__unordsf2")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 404 HANDLE_LIBCALL(UO_F32, "__unordsf2")
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | rv64i-single-softfloat.ll | 147 ; RV64I-NEXT: call __unordsf2
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-legalize-fp.mir | 1421 ; SOFT-DEFAULT: BL{{.*}} &__unordsf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0 1667 ; SOFT-DEFAULT: BL{{.*}} &__unordsf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0 1782 ; SOFT-DEFAULT: BL{{.*}} &__unordsf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
|