5 references to Count
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
891/// <inheritdoc cref="Vector64.Count{T}(Vector64{T}, T)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
608static int ISimdVector<Vector64<T>, T>.Count(Vector64<T> vector, T value) => Vector64.Count(vector, value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (3)
875return Count(vector.AsInt32(), -1); 879return Count(vector.AsInt64(), -1); 883return Count(vector, Scalar<T>.AllBitsSet);