Home
last modified time | relevance | path

Searched refs:__fixunstfdi (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/test/CodeGen/PowerPC/
Dppcf128-2.ll8 … %tmp6 = tail call i64 @__fixunstfdi( ppc_fp128 %tmp5 ) nounwind ; <i64> [#uses=0]
14 declare i64 @__fixunstfdi(ppc_fp128)
Dint-fp-conv-1.ll4 define i64 @__fixunstfdi(ppc_fp128 %a) nounwind {
D2008-07-17-Fneg.ll5 define hidden i64 @__fixunstfdi(ppc_fp128 %a) nounwind {
D2008-10-28-f128-i32.ll3 define i64 @__fixunstfdi(ppc_fp128 %a) nounwind readnone {
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppcf128-2.ll8 … %tmp6 = tail call i64 @__fixunstfdi( ppc_fp128 %tmp5 ) nounwind ; <i64> [#uses=0]
14 declare i64 @__fixunstfdi(ppc_fp128)
D2008-07-17-Fneg.ll5 ; CHECK: __fixunstfdi
9 define hidden i64 @__fixunstfdi(ppc_fp128 %a) nounwind {
Dint-fp-conv-1.ll4 define i64 @__fixunstfdi(ppc_fp128 %a) nounwind {
D2008-10-28-f128-i32.ll4 define i64 @__fixunstfdi(ppc_fp128 %a) nounwind readnone {
5 ; CHECK-LABEL: __fixunstfdi:
Dfp-strict-conv-f128.ll568 ; P8-NEXT: bl __fixunstfdi
582 ; P9-NEXT: bl __fixunstfdi
596 ; NOVSX-NEXT: bl __fixunstfdi
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dfixunstfdi_test.c18 COMPILER_RT_ABI du_int __fixunstfdi(long double a);
22 du_int x = __fixunstfdi(a); in test__fixunstfdi()
/external/compiler-rt/test/builtins/Unit/
Dfixunstfdi_test.c28 COMPILER_RT_ABI du_int __fixunstfdi(long double a);
32 du_int x = __fixunstfdi(a); in test__fixunstfdi()
/external/llvm-project/compiler-rt/lib/builtins/
Dfixunstfdi.c16 COMPILER_RT_ABI du_int __fixunstfdi(fp_t a) { return __fixuint(a); } in __fixunstfdi() function
Dapple_versioning.c80 NOT_HERE_BEFORE_10_6(__fixunstfdi)
/external/compiler-rt/lib/builtins/
Dfixunstfdi.c19 __fixunstfdi(fp_t a) { in __fixunstfdi() function
Dapple_versioning.c85 NOT_HERE_BEFORE_10_6(__fixunstfdi)
/external/compiler-rt/lib/builtins/ppc/
Dfixunstfdi.c10 uint64_t __fixunstfdi(long double input) in __fixunstfdi() function
/external/llvm-project/compiler-rt/lib/builtins/ppc/
Dfixunstfdi.c10 uint64_t __fixunstfdi(long double input) { in __fixunstfdi() function
/external/llvm/test/CodeGen/X86/
Dscalar-fp-to-i64.ll138 ; CHECK: __fixunstfdi
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def324 HANDLE_LIBCALL(FPTOUINT_F128_I64, "__fixunstfdi")
327 HANDLE_LIBCALL(FPTOUINT_PPCF128_I64, "__fixunstfdi")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def337 HANDLE_LIBCALL(FPTOUINT_F128_I64, "__fixunstfdi")
340 HANDLE_LIBCALL(FPTOUINT_PPCF128_I64, "__fixunstfdi")
/external/llvm/test/CodeGen/AArch64/
Darm64-fp128.ll86 ; CHECK: bl __fixunstfdi
Darm64-illegal-float-ops.ll283 ; CHECK: bl __fixunstfdi
/external/llvm-project/llvm/test/CodeGen/X86/
Dscalar-fp-to-i64.ll1414 ; X86-AVX512-LIN-NEXT: calll __fixunstfdi
1421 ; X64-AVX512-WIN-NEXT: callq __fixunstfdi
1428 ; X64-AVX512-LIN-NEXT: callq __fixunstfdi
1449 ; X86-SSE-LIN-NEXT: calll __fixunstfdi
1456 ; X64-SSE-WIN-NEXT: callq __fixunstfdi
1463 ; X64-SSE-LIN-NEXT: callq __fixunstfdi
1484 ; X87-LIN-NEXT: calll __fixunstfdi
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll284 ; CHECK: bl __fixunstfdi
Darm64-fp128.ll139 ; CHECK-NEXT: bl __fixunstfdi

12