Home
last modified time | relevance | path

Searched refs:SmallestNormal (Results 1 – 6 of 6) 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.cpp848 APFloat SmallestNormal = in emitSqrtIEEE2ULP() local
851 Builder.CreateFCmpOLT(Src, ConstantFP::get(Ty, SmallestNormal)); in emitSqrtIEEE2ULP()
875 APFloat SmallestNormal = in emitRsqIEEE1ULP() local
878 Builder.CreateFCmpOLT(Src, ConstantFP::get(Ty, SmallestNormal)); in emitRsqIEEE1ULP()
H A DAMDGPUISelLowering.cpp2654 SDValue SmallestNormal = in getIsLtSmallestNormal() local
2661 SmallestNormal, ISD::SETOLT); in getIsLtSmallestNormal()
2690 SDValue SmallestNormal = in getScaledLogInput() local
2695 SmallestNormal, ISD::SETOLT); in getScaledLogInput()
H A DAMDGPULegalizerInfo.cpp3329 auto SmallestNormal = B.buildFConstant( in getScaledLogInput() local
3332 B.buildFCmp(CmpInst::FCMP_OLT, LLT::scalar(1), Src, SmallestNormal); in getScaledLogInput()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8996 SDValue SmallestNormal = DAG.getConstantFP( in expandIS_FPCLASS() local
8998 return DAG.getSetCC(DL, ResultVT, Abs, SmallestNormal, in expandIS_FPCLASS()
9016 SDValue SmallestNormal = DAG.getConstantFP( in expandIS_FPCLASS() local
9022 DAG.getSetCC(DL, ResultVT, Abs, SmallestNormal, IsNormalOp); in expandIS_FPCLASS()