Home
last modified time | relevance | path

Searched refs:__gtdf2 (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/compiler-rt/test/builtins/Unit/
Dcomparedf2_test.c8 int __gtdf2(double, double);
44 if (__gtdf2(vector->a, vector->b) != vector->gtReference) { in test__cmpdf2()
47 __gtdf2(vector->a, vector->b), in test__cmpdf2()
/external/compiler-rt/test/builtins/Unit/
Dcomparedf2_test.c19 int __gtdf2(double, double);
55 if (__gtdf2(vector->a, vector->b) != vector->gtReference) { in test__cmpdf2()
58 __gtdf2(vector->a, vector->b), in test__cmpdf2()
/external/llvm/test/CodeGen/X86/
Dfpcmp-soft-fp.ll9 ; CHECK: calll __gtdf2
69 ; CHECK: calll __gtdf2
111 ; CHECK: calll __gtdf2
/external/llvm-project/compiler-rt/lib/builtins/
Dcomparedf2.c127 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() function
Dapple_versioning.c275 NOT_HERE_UNTIL_AFTER_4_3(__gtdf2)
DREADME.txt321 int __gtdf2vfp(double a, double b); // Appears to return __gtdf2
/external/llvm-project/llvm/test/CodeGen/X86/
Dfpcmp-soft-fp.ll9 ; CHECK: calll __gtdf2
69 ; CHECK: calll __gtdf2
/external/compiler-rt/lib/builtins/
Dcomparedf2.c143 __gtdf2(fp_t a, fp_t b) { in __gtdf2() function
Dapple_versioning.c282 NOT_HERE_UNTIL_AFTER_4_3(__gtdf2)
DREADME.txt313 int __gtdf2vfp(double a, double b); // Appears to return __gtdf2
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dsoft-float.ll225 ; CHECK: call __gtdf2
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dsoft-float-01.ll225 ; CHECK: brasl %r14, __gtdf2
/external/llvm/test/CodeGen/SPARC/
Dsoft-float.ll225 ; CHECK: call __gtdf2
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def382 HANDLE_LIBCALL(OGT_F64, "__gtdf2")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def401 HANDLE_LIBCALL(OGT_F64, "__gtdf2")
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/
Darm-legalize-fp.mir2003 …; SOFT-DEFAULT: BL{{.*}} &__gtdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…
2461 …; SOFT-DEFAULT: BL{{.*}} &__gtdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…
2632 …; SOFT-DEFAULT: BL{{.*}} &__gtdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…