Home
last modified time | relevance | path

Searched refs:__ltdf2 (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/compiler-rt/test/builtins/Unit/
Dcomparedf2_test.c10 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()
/external/compiler-rt/test/builtins/Unit/
Dcomparedf2_test.c21 int __ltdf2(double, double);
71 if (__ltdf2(vector->a, vector->b) != vector->ltReference) { in test__cmpdf2()
74 __ltdf2(vector->a, vector->b), in test__cmpdf2()
/external/llvm/test/CodeGen/X86/
Dfpcmp-soft-fp.ll39 ; CHECK: calll __ltdf2
59 ; CHECK: calll __ltdf2
113 ; CHECK: calll __ltdf2
/external/llvm-project/compiler-rt/lib/builtins/
Dcomparedf2.c89 COMPILER_RT_ALIAS(__ledf2, __ltdf2)
148 int __ltdf2(fp_t a, fp_t b) { return __ledf2(a, b); } in __ltdf2() function
Dapple_versioning.c284 NOT_HERE_UNTIL_AFTER_4_3(__ltdf2)
DREADME.txt329 int __ltdf2vfp(double a, double b); // Appears to return __ltdf2
/external/llvm-project/llvm/test/CodeGen/X86/
Dfpcmp-soft-fp.ll39 ; CHECK: calll __ltdf2
59 ; CHECK: calll __ltdf2
/external/compiler-rt/lib/builtins/
Dcomparedf2.c133 __ltdf2(fp_t a, fp_t b) { in __ltdf2() function
Dapple_versioning.c291 NOT_HERE_UNTIL_AFTER_4_3(__ltdf2)
DREADME.txt321 int __ltdf2vfp(double a, double b); // Appears to return __ltdf2
/external/llvm/test/CodeGen/Thumb/
Dselect.ll78 ; CHECK: __ltdf2
/external/llvm-project/llvm/test/CodeGen/Thumb/
Dselect.ll78 ; CHECK: __ltdf2
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dsoft-float.ll183 ; CHECK: call __ltdf2
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dsoft-float-01.ll183 ; CHECK: brasl %r14, __ltdf2
/external/llvm/test/CodeGen/SPARC/
Dsoft-float.ll183 ; CHECK: call __ltdf2
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def374 HANDLE_LIBCALL(OLT_F64, "__ltdf2")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def393 HANDLE_LIBCALL(OLT_F64, "__ltdf2")
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/
Darm-legalize-fp.mir2123 …; SOFT-DEFAULT: BL{{.*}} &__ltdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…
2351 …; SOFT-DEFAULT: BL{{.*}} &__ltdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…
2644 …; SOFT-DEFAULT: BL{{.*}} &__ltdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…