Home
last modified time | relevance | path

Searched refs:__aeabi_ui2d (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatunsidf.c43 AEABI_RTABI fp_t __aeabi_ui2d(su_int a) { return __floatunsidf(a); } in __aeabi_ui2d() function
45 COMPILER_RT_ALIAS(__floatunsidf, __aeabi_ui2d)
/freebsd/lib/libgcc_s/arm/
H A DSymbol.map64 __aeabi_ui2d;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp195 PP(__aeabi_ui2d) \
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp41 RTLIB::__aeabi_ui2d, RTLIB::__aeabi_l2d, in setARMLibcallNames()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td1363 def __aeabi_ui2d : RuntimeLibcallImpl<UINTTOFP_I32_F64>; // CallingConv::ARM_AAPCS
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp655 { RTLIB::UINTTOFP_I32_F64, RTLIB::__aeabi_ui2d }, in ARMTargetLowering()