Searched refs:SmallestNormal (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | cbrtf.c | 28 #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 D | cbrtf.c | 29 #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 D | AMDGPUCodeGenPrepare.cpp | 848 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 D | AMDGPUISelLowering.cpp | 2654 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 D | AMDGPULegalizerInfo.cpp | 3329 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 D | TargetLowering.cpp | 8996 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()
|