Searched refs:__gesf2 (Results 1 – 9 of 9) sorted by relevance
/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/test/CodeGen/SPARC/ |
D | soft-float.ll | 155 ; CHECK: call __gesf2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 155 ; CHECK: call __gesf2
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 342 HANDLE_LIBCALL(OGE_F32, "__gesf2")
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-legalize-fp.mir | 1296 ; SOFT-DEFAULT: BL &__gesf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0 1555 ; SOFT-DEFAULT: BL &__gesf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
|