Searched refs:__floatundisf (Results 1 – 25 of 31) sorted by relevance
12
/external/llvm-project/compiler-rt/lib/builtins/ |
D | floatundisf.c | 22 COMPILER_RT_ABI float __floatundisf(du_int a) { in __floatundisf() function 68 AEABI_RTABI float __aeabi_ul2f(du_int a) { return __floatundisf(a); } in __aeabi_ul2f() 70 COMPILER_RT_ALIAS(__floatundisf, __aeabi_ul2f)
|
D | mingw_fixfloat.c | 18 COMPILER_RT_ABI float __floatundisf(du_int a); 34 COMPILER_RT_ABI float __u64tos(du_int a) { return __floatundisf(a); } in __u64tos()
|
D | apple_versioning.c | 94 NOT_HERE_BEFORE_10_6(__floatundisf) 266 NOT_HERE_UNTIL_AFTER_4_3(__floatundisf)
|
/external/compiler-rt/lib/builtins/x86_64/ |
D | floatundisf.S | 20 DEFINE_COMPILERRT_FUNCTION(__floatundisf) 33 END_COMPILERRT_FUNCTION(__floatundisf)
|
/external/llvm-project/compiler-rt/lib/builtins/x86_64/ |
D | floatundisf.S | 21 DEFINE_COMPILERRT_FUNCTION(__floatundisf) 34 END_COMPILERRT_FUNCTION(__floatundisf)
|
/external/compiler-rt/test/builtins/Unit/ |
D | floatundisf_test.c | 25 COMPILER_RT_ABI float __floatundisf(du_int a); 29 float x = __floatundisf(a); in test__floatundisf()
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | floatundisf_test.c | 15 COMPILER_RT_ABI float __floatundisf(du_int a); 19 float x = __floatundisf(a); in test__floatundisf()
|
/external/llvm-project/compiler-rt/lib/builtins/i386/ |
D | floatundisf.S | 77 DEFINE_COMPILERRT_FUNCTION(__floatundisf) 104 END_COMPILERRT_FUNCTION(__floatundisf)
|
/external/compiler-rt/lib/builtins/i386/ |
D | floatundisf.S | 76 DEFINE_COMPILERRT_FUNCTION(__floatundisf) 103 END_COMPILERRT_FUNCTION(__floatundisf)
|
/external/compiler-rt/lib/builtins/ |
D | floatundisf.c | 28 __floatundisf(du_int a) in ARM_EABI_FNALIAS()
|
D | apple_versioning.c | 99 NOT_HERE_BEFORE_10_6(__floatundisf) 273 NOT_HERE_UNTIL_AFTER_4_3(__floatundisf)
|
/external/llvm-project/compiler-rt/test/builtins/timing/ |
D | floatundisf.c | 6 #define FUNCTION_NAME __floatundisf
|
/external/compiler-rt/test/builtins/timing/ |
D | floatundisf.c | 6 #define FUNCTION_NAME __floatundisf
|
/external/llvm/test/CodeGen/X86/ |
D | uint64-to-float.ll | 3 ; by the compiler_rt implementation of __floatundisf.
|
D | 2009-01-16-UIntToFP.ll | 5 define hidden float @__floatundisf(i64 %u) nounwind readnone {
|
D | soft-sitofp.ll | 46 ; CHECK: call{{l|q}} __floatundisf
|
/external/llvm/test/CodeGen/SPARC/ |
D | float.ll | 168 ; V8: call __floatundisf 172 ; V9: call __floatundisf 176 ; SPARC64-NOT: call __floatundisf
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | float.ll | 168 ; V8: call __floatundisf 172 ; V9: call __floatundisf 176 ; SPARC64-NOT: call __floatundisf
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2009-01-16-UIntToFP.ll | 5 define hidden float @__floatundisf(i64 %u) nounwind readnone {
|
D | uint64-to-float.ll | 6 ; by the compiler_rt implementation of __floatundisf.
|
D | soft-sitofp.ll | 46 ; CHECK: call{{l|q}} __floatundisf
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | float-convert.ll | 182 ; RV32IF-NEXT: call __floatundisf
|
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ |
D | sitofp_and_uitofp.ll | 128 ; MIPS32-NEXT: jal __floatundisf
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | fp-strict-conv-spe.ll | 264 ; SPE-NEXT: bl __floatundisf
|
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/ |
D | sitofp_and_uitofp.mir | 311 …; FP32: JAL &__floatundisf, csr_o32, implicit-def $ra, implicit-def $sp, implicit $a0, implicit $a… 323 …; FP64: JAL &__floatundisf, csr_o32_fp64, implicit-def $ra, implicit-def $sp, implicit $a0, implic…
|
12