Searched refs:__ltdf2 (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | comparedf2.c | 51 COMPILER_RT_ALIAS(__ledf2, __ltdf2) in COMPILER_RT_ALIAS() 74 int __ltdf2(fp_t a, fp_t b) { return __ledf2(a, b); } in __ltdf2() function
|
| H A D | apple_versioning.c | 284 NOT_HERE_UNTIL_AFTER_4_3(__ltdf2)
|
| H A D | README.txt | 329 int __ltdf2vfp(double a, double b); // Appears to return __ltdf2
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | comparedf2_test.c | 10 int __ltdf2(double, double); 60 if (__ltdf2(vector->a, vector->b) != vector->ltReference) { in test__cmpdf2() 63 __ltdf2(vector->a, vector->b), in test__cmpdf2()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | fpcmp-soft-fp.ll | 39 ; CHECK: calll __ltdf2 59 ; CHECK: calll __ltdf2
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | fmax-fmin.ll | 258 ; R32-NEXT: call __ltdf2@plt 268 ; R32-NEXT: call __ltdf2@plt 292 ; R64-NEXT: call __ltdf2@plt
|
| H A D | double-fcmp.ll | 133 ; RV32I-NEXT: call __ltdf2@plt 143 ; RV64I-NEXT: call __ltdf2@plt 390 ; RV32I-NEXT: call __ltdf2@plt 401 ; RV64I-NEXT: call __ltdf2@plt
|
| H A D | double-fcmp-strict.ll | 125 ; RV32I-NEXT: call __ltdf2@plt 135 ; RV64I-NEXT: call __ltdf2@plt 407 ; RV32I-NEXT: call __ltdf2@plt 418 ; RV64I-NEXT: call __ltdf2@plt 666 ; RV32I-NEXT: call __ltdf2@plt 676 ; RV64I-NEXT: call __ltdf2@plt 923 ; RV32I-NEXT: call __ltdf2@plt 934 ; RV64I-NEXT: call __ltdf2@plt
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | select.ll | 78 ; CHECK: __ltdf2
|
| /llvm-project-15.0.7/llvm-libgcc/lib/ |
| H A D | gcc_s.ver | 94 __ltdf2; __ltsf2; __modsi3; __muldf3; __mulsf3; __nedf2;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | soft-float.ll | 183 ; CHECK: call __ltdf2
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | soft-float-01.ll | 183 ; CHECK: brasl %r14, __ltdf2
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 412 HANDLE_LIBCALL(OLT_F64, "__ltdf2")
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | spe.ll | 1326 ; EFPU2-NEXT: bl __ltdf2 1476 ; EFPU2-NEXT: bl __ltdf2
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/GlobalISel/ |
| H A D | arm-legalize-fp.mir | 2104 …; SOFT-DEFAULT: BL{{.*}} &__ltdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,… 2330 …; SOFT-DEFAULT: BL{{.*}} &__ltdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,… 2622 …; SOFT-DEFAULT: BL{{.*}} &__ltdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…
|