Home
last modified time | relevance | path

Searched refs:__floatundisf (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/builtins/
Dfloatundisf.c22 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)
Dmingw_fixfloat.c18 COMPILER_RT_ABI float __floatundisf(du_int a);
34 COMPILER_RT_ABI float __u64tos(du_int a) { return __floatundisf(a); } in __u64tos()
Dapple_versioning.c94 NOT_HERE_BEFORE_10_6(__floatundisf)
266 NOT_HERE_UNTIL_AFTER_4_3(__floatundisf)
/external/compiler-rt/lib/builtins/x86_64/
Dfloatundisf.S20 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
33 END_COMPILERRT_FUNCTION(__floatundisf)
/external/llvm-project/compiler-rt/lib/builtins/x86_64/
Dfloatundisf.S21 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
34 END_COMPILERRT_FUNCTION(__floatundisf)
/external/compiler-rt/test/builtins/Unit/
Dfloatundisf_test.c25 COMPILER_RT_ABI float __floatundisf(du_int a);
29 float x = __floatundisf(a); in test__floatundisf()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dfloatundisf_test.c15 COMPILER_RT_ABI float __floatundisf(du_int a);
19 float x = __floatundisf(a); in test__floatundisf()
/external/llvm-project/compiler-rt/lib/builtins/i386/
Dfloatundisf.S77 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
104 END_COMPILERRT_FUNCTION(__floatundisf)
/external/compiler-rt/lib/builtins/i386/
Dfloatundisf.S76 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
103 END_COMPILERRT_FUNCTION(__floatundisf)
/external/compiler-rt/lib/builtins/
Dfloatundisf.c28 __floatundisf(du_int a) in ARM_EABI_FNALIAS()
Dapple_versioning.c99 NOT_HERE_BEFORE_10_6(__floatundisf)
273 NOT_HERE_UNTIL_AFTER_4_3(__floatundisf)
/external/llvm-project/compiler-rt/test/builtins/timing/
Dfloatundisf.c6 #define FUNCTION_NAME __floatundisf
/external/compiler-rt/test/builtins/timing/
Dfloatundisf.c6 #define FUNCTION_NAME __floatundisf
/external/llvm/test/CodeGen/X86/
Duint64-to-float.ll3 ; by the compiler_rt implementation of __floatundisf.
D2009-01-16-UIntToFP.ll5 define hidden float @__floatundisf(i64 %u) nounwind readnone {
Dsoft-sitofp.ll46 ; CHECK: call{{l|q}} __floatundisf
/external/llvm/test/CodeGen/SPARC/
Dfloat.ll168 ; V8: call __floatundisf
172 ; V9: call __floatundisf
176 ; SPARC64-NOT: call __floatundisf
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dfloat.ll168 ; V8: call __floatundisf
172 ; V9: call __floatundisf
176 ; SPARC64-NOT: call __floatundisf
/external/llvm-project/llvm/test/CodeGen/X86/
D2009-01-16-UIntToFP.ll5 define hidden float @__floatundisf(i64 %u) nounwind readnone {
Duint64-to-float.ll6 ; by the compiler_rt implementation of __floatundisf.
Dsoft-sitofp.ll46 ; CHECK: call{{l|q}} __floatundisf
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dfloat-convert.ll182 ; RV32IF-NEXT: call __floatundisf
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/
Dsitofp_and_uitofp.ll128 ; MIPS32-NEXT: jal __floatundisf
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dfp-strict-conv-spe.ll264 ; SPE-NEXT: bl __floatundisf
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/
Dsitofp_and_uitofp.mir311 …; 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