Searched refs:__gtsf2 (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/lib/builtins/arm/ |
D | comparesf2.S | 109 DEFINE_COMPILERRT_FUNCTION(__gtsf2) 132 END_COMPILERRT_FUNCTION(__gtsf2) 133 DEFINE_COMPILERRT_FUNCTION_ALIAS(__gesf2, __gtsf2)
|
/external/compiler-rt/test/builtins/Unit/ |
D | comparesf2_test.c | 19 int __gtsf2(float, float); 55 if (__gtsf2(vector->a, vector->b) != vector->gtReference) { in test__cmpsf2() 58 __gtsf2(vector->a, vector->b), in test__cmpsf2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-isel-fp.ll | 76 ; SOFT-DEFAULT: bl __gtsf2 92 ; SOFT-DEFAULT-DAG: bl __gtsf2
|
D | arm-legalize-fp.mir | 1250 ; SOFT-DEFAULT: BL &__gtsf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0 1596 ; SOFT-DEFAULT: BL &__gtsf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0 1725 ; SOFT-DEFAULT: BL &__gtsf2, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
|
/external/compiler-rt/lib/builtins/ |
D | comparesf2.c | 143 __gtsf2(fp_t a, fp_t b) { in __gtsf2() function
|
D | apple_versioning.c | 284 NOT_HERE_UNTIL_AFTER_4_3(__gtsf2)
|
D | README.txt | 315 int __gtsf2vfp(float a, float b); // Appears to return __gtsf2
|
/external/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 218 ; CHECK: call __gtsf2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 218 ; CHECK: call __gtsf2
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 354 HANDLE_LIBCALL(OGT_F32, "__gtsf2")
|