Home
last modified time | relevance | path

Searched refs:SmallestNormal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dcbrtf.c28 #define SmallestNormal v_u32 (0x00800000) macro
58 uint16x4_t special = vcge_u16 (vsubhn_u32 (iax, SmallestNormal), Thresh); in V_NAME_F1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dcbrtf.c29 #define SmallestNormal 0x00800000 macro
61 svbool_t special = svcmpge (pg, svsub_x (pg, iax, SmallestNormal), Thresh); in SV_NAME_F1()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp844 APFloat SmallestNormal = in emitSqrtIEEE2ULP() local
847 Builder.CreateFCmpOLT(Src, ConstantFP::get(Ty, SmallestNormal)); in emitSqrtIEEE2ULP()
871 APFloat SmallestNormal = in emitRsqIEEE1ULP() local
874 Builder.CreateFCmpOLT(Src, ConstantFP::get(Ty, SmallestNormal)); in emitRsqIEEE1ULP()
H A DAMDGPUISelLowering.cpp2597 SDValue SmallestNormal = in getIsLtSmallestNormal() local
2604 SmallestNormal, ISD::SETOLT); in getIsLtSmallestNormal()
2633 SDValue SmallestNormal = in getScaledLogInput() local
2638 SmallestNormal, ISD::SETOLT); in getScaledLogInput()
H A DAMDGPULegalizerInfo.cpp3271 auto SmallestNormal = B.buildFConstant( in getScaledLogInput() local
3274 B.buildFCmp(CmpInst::FCMP_OLT, LLT::scalar(1), Src, SmallestNormal); in getScaledLogInput()