Searched refs:__gesf2 (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/ |
D | comparesf2.c | 99 COMPILER_RT_ABI enum GE_RESULT __gesf2(fp_t a, fp_t b) { in __gesf2() function 127 COMPILER_RT_ALIAS(__gesf2, __gtsf2) in COMPILER_RT_ALIAS() argument 150 int __gtsf2(fp_t a, fp_t b) { return __gesf2(a, b); } in __gtsf2()
|
D | apple_versioning.c | 273 NOT_HERE_UNTIL_AFTER_4_3(__gesf2)
|
D | README.txt | 319 int __gesf2vfp(float a, float b); // Appears to return __gesf2
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | comparesf2_test.c | 7 int __gesf2(float, float); 36 if (__gesf2(vector->a, vector->b) != vector->geReference) { in test__cmpsf2() 39 __gesf2(vector->a, vector->b), in test__cmpsf2()
|
/external/compiler-rt/test/builtins/Unit/ |
D | comparesf2_test.c | 18 int __gesf2(float, float); 47 if (__gesf2(vector->a, vector->b) != vector->geReference) { in test__cmpsf2() 50 __gesf2(vector->a, vector->b), in test__cmpsf2()
|
/external/compiler-rt/lib/builtins/ |
D | comparesf2.c | 96 __gesf2(fp_t a, fp_t b) { in __gesf2() function 144 return __gesf2(a, b); in __gtsf2()
|
D | apple_versioning.c | 280 NOT_HERE_UNTIL_AFTER_4_3(__gesf2)
|
D | README.txt | 311 int __gesf2vfp(float a, float b); // Appears to return __gesf2
|
/external/compiler-rt/lib/builtins/arm/ |
D | comparesf2.S | 133 DEFINE_COMPILERRT_FUNCTION_ALIAS(__gesf2, __gtsf2)
|
/external/llvm-project/compiler-rt/lib/builtins/arm/ |
D | comparesf2.S | 216 DEFINE_COMPILERRT_FUNCTION_ALIAS(__gesf2, __gtsf2)
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 155 ; CHECK: call __gesf2
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | soft-float-01.ll | 155 ; CHECK: brasl %r14, __gesf2
|
/external/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 155 ; CHECK: call __gesf2
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 369 HANDLE_LIBCALL(OGE_F32, "__gesf2")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 388 HANDLE_LIBCALL(OGE_F32, "__gesf2")
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | rv64i-single-softfloat.ll | 130 ; RV64I-NEXT: call __gesf2
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-legalize-fp.mir | 1284 ; SOFT-DEFAULT: BL{{.*}} &__gesf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0 1543 ; SOFT-DEFAULT: BL{{.*}} &__gesf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
|