Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dextendsfdf2.c17 AEABI_RTABI double __aeabi_f2d(float a) { return __extendsfdf2(a); } in __aeabi_f2d() function
19 COMPILER_RT_ALIAS(__extendsfdf2, __aeabi_f2d)
/freebsd/lib/libgcc_s/arm/
H A DSymbol.map29 __aeabi_f2d;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp169 PP(__aeabi_f2d) \
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp40 RTLIB::__aeabi_f2d, RTLIB::__aeabi_i2d, in setARMLibcallNames()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td1358 def __aeabi_f2d : RuntimeLibcallImpl<FPEXT_F32_F64>; // CallingConv::ARM_AAPCS
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp650 { RTLIB::FPEXT_F32_F64, RTLIB::__aeabi_f2d }, in ARMTargetLowering()