Searched refs:__subtf3 (Results 1 – 25 of 28) sorted by relevance
12
/external/compiler-rt/test/builtins/Unit/ |
D | subtf3_test.c | 21 COMPILER_RT_ABI long double __subtf3(long double a, long double b); 26 long double x = __subtf3(a, b); in test__subtf3()
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | subtf3_test.c | 13 COMPILER_RT_ABI long double __subtf3(long double a, long double b); 18 long double x = __subtf3(a, b); in test__subtf3()
|
/external/compiler-rt/lib/builtins/ |
D | subtf3.c | 23 __subtf3(fp_t a, fp_t b) { in __subtf3() function
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | subtf3.c | 20 COMPILER_RT_ABI fp_t __subtf3(fp_t a, fp_t b) { in __subtf3() function
|
/external/rust/crates/vmm_vhost/.cargo/ |
D | config | 2 # __multf3 and __subtf3.
|
/external/llvm/test/CodeGen/X86/ |
D | fp128-libcalls.ll | 40 ; CHECK: callq __subtf3 54 ; CHECK-NEXT: callq __subtf3
|
D | fp128-i128.ll | 309 ; CHECK: callq __subtf3
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | stack-store-check.ll | 47 ; CHECK-NEXT: call __subtf3 63 ; CHECK-NEXT: call __subtf3 145 ; CHECK-NEXT: call __subtf3 217 ; CHECK-NEXT: call __subtf3
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | legalize-fneg.ll | 55 ; NOLIB-NOT: bl __subtf3
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fp128.ll | 28 ; CHECK: bl __subtf3 254 ; CHECK: bl __subtf3
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | soft-fp-legal-in-HW-reg.ll | 25 ; CHECK-NEXT: callq __subtf3
|
D | fp128-libcalls.ll | 105 ; CHECK-NEXT: callq __subtf3 124 ; X86-NEXT: calll __subtf3 149 ; CHECK-NEXT: callq __subtf3 168 ; X86-NEXT: calll __subtf3
|
D | fp128-i128.ll | 458 ; SSE-NEXT: callq __subtf3 495 ; AVX-NEXT: callq __subtf3
|
D | fp128-libcalls-strict.ll | 63 ; CHECK-NEXT: callq __subtf3 84 ; X86-NEXT: calll __subtf3
|
/external/swiftshader/third_party/subzero/runtime/ |
D | wasm-runtime.cpp | 207 UNIMPLEMENTED(__subtf3)
|
/external/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 63 ; CHECK: call __subtf3
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | soft-float-01.ll | 63 ; CHECK: brasl %r14, __subtf3
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 63 ; CHECK: call __subtf3
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 98 HANDLE_LIBCALL(SUB_F128, "__subtf3")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 98 HANDLE_LIBCALL(SUB_F128, "__subtf3")
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-fp128.ll | 38 ; CHECK-NEXT: bl __subtf3
|
D | fp-intrinsics.ll | 942 ; CHECK: bl __subtf3
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 28 ; ALL: ld $25, %call16(__subtf3)
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 32 ; ALL: ld $25, %call16(__subtf3)
|
/external/google-breakpad/src/processor/testdata/symbols/libgcc_s.so.1/18B180F90887D8F8B5C35D185444AF4C0/ |
D | libgcc_s.so.1.sym | 72 PUBLIC 8b70 0 __subtf3
|
12