Home
last modified time | relevance | path

Searched refs:__eqdf2 (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/compiler-rt/test/builtins/Unit/
Dcomparedf2_test.c6 int __eqdf2(double, double);
28 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { in test__cmpdf2()
31 __eqdf2(vector->a, vector->b), in test__cmpdf2()
/external/compiler-rt/test/builtins/Unit/
Dcomparedf2_test.c17 int __eqdf2(double, double);
39 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { in test__cmpdf2()
42 __eqdf2(vector->a, vector->b), in test__cmpdf2()
/external/llvm-project/llvm/test/CodeGen/X86/
Dfpcmp-soft-fp.ll89 ; CHECK: calll __eqdf2
99 ; CHECK: calll __eqdf2
112 ; CHECK: calll __eqdf2
/external/llvm-project/compiler-rt/lib/builtins/
Dcomparedf2.c88 COMPILER_RT_ALIAS(__ledf2, __eqdf2)
147 int __eqdf2(fp_t a, fp_t b) { return __ledf2(a, b); } in COMPILER_RT_ALIAS()
Dapple_versioning.c240 NOT_HERE_UNTIL_AFTER_4_3(__eqdf2)
/external/llvm/test/CodeGen/X86/
Dfpcmp-soft-fp.ll89 ; CHECK: calll __eqdf2
99 ; CHECK: calll __eqdf2
/external/compiler-rt/lib/builtins/
Dcomparedf2.c128 __eqdf2(fp_t a, fp_t b) { in __eqdf2() function
Dapple_versioning.c247 NOT_HERE_UNTIL_AFTER_4_3(__eqdf2)
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dsoft-float.ll120 ; CHECK: call __eqdf2
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dsoft-float-01.ll120 ; CHECK: brasl %r14, __eqdf2
/external/llvm/test/CodeGen/SPARC/
Dsoft-float.ll120 ; CHECK: call __eqdf2
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def362 HANDLE_LIBCALL(OEQ_F64, "__eqdf2")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def381 HANDLE_LIBCALL(OEQ_F64, "__eqdf2")
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/
Darm-legalize-fp.mir1943 …; SOFT-DEFAULT: BL{{.*}} &__eqdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…
2707 …; SOFT-DEFAULT: BL{{.*}} &__eqdf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…