5 references to All
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
203
/// <inheritdoc cref="Vector64.
All
{T}(Vector64{T}, T)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
551
static bool ISimdVector<Vector64<T>, T>.All(Vector64<T> vector, T value) => Vector64.
All
(vector, value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (3)
190
return
All
(vector.AsInt32(), -1);
194
return
All
(vector.AsInt64(), -1);
198
return
All
(vector, Scalar<T>.AllBitsSet);