Searched refs:__divsf3 (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/ |
D | divsf3.c | 22 COMPILER_RT_ABI fp_t __divsf3(fp_t a, fp_t b) { return __divXf3__(a, b); } in __divsf3() function 26 AEABI_RTABI fp_t __aeabi_fdiv(fp_t a, fp_t b) { return __divsf3(a, b); } in __aeabi_fdiv() 28 COMPILER_RT_ALIAS(__divsf3, __aeabi_fdiv)
|
D | apple_versioning.c | 237 NOT_HERE_UNTIL_AFTER_4_3(__divsf3)
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | divsf3_test.c | 10 COMPILER_RT_ABI float __divsf3(float a, float b); 14 float x = __divsf3(a, b); in test__divsf3()
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | rv32i-rv64i-float-double.ll | 23 ; RV32IF-NEXT: call __divsf3 37 ; RV64IF-NEXT: call __divsf3
|
D | rv32i-rv64i-half.ll | 33 ; RV32I-NEXT: call __divsf3 62 ; RV64I-NEXT: call __divsf3
|
D | rv64i-single-softfloat.ll | 54 ; RV64I-NEXT: call __divsf3
|
/external/compiler-rt/lib/builtins/ |
D | divsf3.c | 25 __divsf3(fp_t a, fp_t b) { in ARM_EABI_FNALIAS()
|
D | apple_versioning.c | 244 NOT_HERE_UNTIL_AFTER_4_3(__divsf3)
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | call.ll | 189 ; Calling external functions (like __divsf3) require extra processing for 201 ; CHECK: call __divsf3
|
/external/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 70 ; CHECK: call __divsf3
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | soft-float-01.ll | 70 ; CHECK: brasl %r14, __divsf3
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 70 ; CHECK: call __divsf3
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 105 HANDLE_LIBCALL(DIV_F32, "__divsf3")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 105 HANDLE_LIBCALL(DIV_F32, "__divsf3")
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | constant-island-movwt.mir | 68 @.str.74 = private unnamed_addr constant [9 x i8] c"__divsf3\00", align 1
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-legalize-fp.mir | 560 ; SOFT-DEFAULT: BL{{.*}} &__divsf3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
|