Searched refs:__gedf2 (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/ |
D | comparedf2.c | 99 COMPILER_RT_ABI enum GE_RESULT __gedf2(fp_t a, fp_t b) { in __gedf2() function 127 COMPILER_RT_ALIAS(__gedf2, __gtdf2) in COMPILER_RT_ALIAS() argument 150 int __gtdf2(fp_t a, fp_t b) { return __gedf2(a, b); } in __gtdf2()
|
D | apple_versioning.c | 271 NOT_HERE_UNTIL_AFTER_4_3(__gedf2)
|
D | README.txt | 317 int __gedf2vfp(double a, double b); // Appears to return __gedf2
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | comparedf2_test.c | 7 int __gedf2(double, double); 36 if (__gedf2(vector->a, vector->b) != vector->geReference) { in test__cmpdf2() 39 __gedf2(vector->a, vector->b), in test__cmpdf2()
|
/external/compiler-rt/test/builtins/Unit/ |
D | comparedf2_test.c | 18 int __gedf2(double, double); 47 if (__gedf2(vector->a, vector->b) != vector->geReference) { in test__cmpdf2() 50 __gedf2(vector->a, vector->b), in test__cmpdf2()
|
/external/compiler-rt/lib/builtins/ |
D | comparedf2.c | 96 __gedf2(fp_t a, fp_t b) { in __gedf2() function 144 return __gedf2(a, b); in __gtdf2()
|
D | apple_versioning.c | 278 NOT_HERE_UNTIL_AFTER_4_3(__gedf2)
|
D | README.txt | 309 int __gedf2vfp(double a, double b); // Appears to return __gedf2
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fpcmp-soft-fp.ll | 19 ; CHECK: calll __gedf2 79 ; CHECK: calll __gedf2
|
/external/llvm/test/CodeGen/X86/ |
D | fpcmp-soft-fp.ll | 19 ; CHECK: calll __gedf2 79 ; CHECK: calll __gedf2
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 162 ; CHECK: call __gedf2
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | soft-float-01.ll | 162 ; CHECK: brasl %r14, __gedf2
|
/external/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 162 ; CHECK: call __gedf2
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 370 HANDLE_LIBCALL(OGE_F64, "__gedf2")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 389 HANDLE_LIBCALL(OGE_F64, "__gedf2")
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-legalize-fp.mir | 2063 …; SOFT-DEFAULT: BL{{.*}} &__gedf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,… 2406 …; SOFT-DEFAULT: BL{{.*}} &__gedf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…
|