Home
last modified time | relevance | path

Searched refs:__eqsf2 (Results 1 – 15 of 15) sorted by relevance

/external/compiler-rt/lib/builtins/arm/
Dcomparesf2.S44 DEFINE_COMPILERRT_FUNCTION(__eqsf2)
103 END_COMPILERRT_FUNCTION(__eqsf2)
104 DEFINE_COMPILERRT_FUNCTION_ALIAS(__lesf2, __eqsf2)
105 DEFINE_COMPILERRT_FUNCTION_ALIAS(__ltsf2, __eqsf2)
106 DEFINE_COMPILERRT_FUNCTION_ALIAS(__nesf2, __eqsf2)
/external/llvm-project/compiler-rt/lib/builtins/arm/
Dcomparesf2.S172 @ int __eqsf2(float a, float b)
175 DEFINE_COMPILERRT_FUNCTION(__eqsf2)
187 END_COMPILERRT_FUNCTION(__eqsf2)
189 DEFINE_COMPILERRT_FUNCTION_ALIAS(__lesf2, __eqsf2)
190 DEFINE_COMPILERRT_FUNCTION_ALIAS(__ltsf2, __eqsf2)
191 DEFINE_COMPILERRT_FUNCTION_ALIAS(__nesf2, __eqsf2)
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dcomparesf2_test.c6 int __eqsf2(float, float);
28 if (__eqsf2(vector->a, vector->b) != vector->eqReference) { in test__cmpsf2()
31 __eqsf2(vector->a, vector->b), in test__cmpsf2()
/external/compiler-rt/test/builtins/Unit/
Dcomparesf2_test.c17 int __eqsf2(float, float);
39 if (__eqsf2(vector->a, vector->b) != vector->eqReference) { in test__cmpsf2()
42 __eqsf2(vector->a, vector->b), in test__cmpsf2()
/external/llvm-project/compiler-rt/lib/builtins/
Dcomparesf2.c88 COMPILER_RT_ALIAS(__lesf2, __eqsf2)
147 int __eqsf2(fp_t a, fp_t b) { return __lesf2(a, b); } in COMPILER_RT_ALIAS()
Dapple_versioning.c242 NOT_HERE_UNTIL_AFTER_4_3(__eqsf2)
/external/compiler-rt/lib/builtins/
Dcomparesf2.c128 __eqsf2(fp_t a, fp_t b) { in __eqsf2() function
Dapple_versioning.c249 NOT_HERE_UNTIL_AFTER_4_3(__eqsf2)
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dsoft-float.ll113 ; CHECK: call __eqsf2
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dsoft-float-01.ll113 ; CHECK: brasl %r14, __eqsf2
/external/llvm/test/CodeGen/SPARC/
Dsoft-float.ll113 ; CHECK: call __eqsf2
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def361 HANDLE_LIBCALL(OEQ_F32, "__eqsf2")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def380 HANDLE_LIBCALL(OEQ_F32, "__eqsf2")
/external/llvm-project/llvm/test/CodeGen/RISCV/
Drv64i-single-softfloat.ll67 ; RV64I-NEXT: call __eqsf2
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/
Darm-legalize-fp.mir1192 ; SOFT-DEFAULT: BL{{.*}} &__eqsf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
1772 ; SOFT-DEFAULT: BL{{.*}} &__eqsf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0