Searched refs:__nesf2 (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | comparesf2_test.c | 11 int __nesf2(float, float); 68 if (__nesf2(vector->a, vector->b) != vector->neReference) { in test__cmpsf2() 71 __nesf2(vector->a, vector->b), in test__cmpsf2()
|
/external/compiler-rt/test/builtins/Unit/ |
D | comparesf2_test.c | 22 int __nesf2(float, float); 79 if (__nesf2(vector->a, vector->b) != vector->neReference) { in test__cmpsf2() 82 __nesf2(vector->a, vector->b), in test__cmpsf2()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | comparesf2.c | 90 COMPILER_RT_ALIAS(__lesf2, __nesf2) 149 int __nesf2(fp_t a, fp_t b) { return __lesf2(a, b); } in __nesf2() function
|
D | apple_versioning.c | 304 NOT_HERE_UNTIL_AFTER_4_3(__nesf2)
|
/external/compiler-rt/lib/builtins/arm/ |
D | comparesf2.S | 106 DEFINE_COMPILERRT_FUNCTION_ALIAS(__nesf2, __eqsf2)
|
/external/compiler-rt/lib/builtins/ |
D | comparesf2.c | 138 __nesf2(fp_t a, fp_t b) { in __nesf2() function
|
D | apple_versioning.c | 311 NOT_HERE_UNTIL_AFTER_4_3(__nesf2)
|
/external/llvm-project/compiler-rt/lib/builtins/arm/ |
D | comparesf2.S | 191 DEFINE_COMPILERRT_FUNCTION_ALIAS(__nesf2, __eqsf2)
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 134 ; CHECK: call __nesf2
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | soft-float-01.ll | 134 ; CHECK: brasl %r14, __nesf2
|
/external/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 134 ; CHECK: call __nesf2
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 365 HANDLE_LIBCALL(UNE_F32, "__nesf2")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 384 HANDLE_LIBCALL(UNE_F32, "__nesf2")
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | rv64i-single-softfloat.ll | 162 ; RV64I-NEXT: call __nesf2
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | handle-f16-storage-type.ll | 1266 ; SOFT-NEXT: bl __nesf2
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-legalize-fp.mir | 1625 ; SOFT-DEFAULT: BL{{.*}} &__nesf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
|