5 references to None
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
3081/// <inheritdoc cref="Vector64.None{T}(Vector64{T}, T)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
861static bool ISimdVector<Vector64<T>, T>.None(Vector64<T> vector, T value) => Vector64.None(vector, value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (3)
3244return None(vector.AsInt32(), -1); 3248return None(vector.AsInt64(), -1); 3252return None(vector, Scalar<T>.AllBitsSet);