12 references to AsInt64
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (2)
454
sizeof(T) == sizeof(long) ? Vector256.LessThan(indices1.
AsInt64
(), indices2.
AsInt64
()).As<long, T>() :
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Buffers\Binary\BinaryPrimitives.ReverseEndianness.cs (1)
282
Vector256.Shuffle(vector.AsByte(), Vector256.Create((byte)7, 6, 5, 4, 3, 2, 1, 0, 15, 14, 13, 12, 11, 10, 9, 8, 23, 22, 21, 20, 19, 18, 17, 16, 31, 30, 29, 28, 27, 26, 25, 24)).
AsInt64
();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (8)
197
return All(vector.
AsInt64
(), -1);
231
return Any(vector.
AsInt64
(), -1);
873
return Count(vector.
AsInt64
(), -1);
2034
return IndexOf(vector.
AsInt64
(), -1);
2129
return LessThan(vector.
AsInt64
(), Vector256<long>.Zero).As<long, T>();
2204
return GreaterThanOrEqual(vector.
AsInt64
(), Vector256<long>.Zero).As<long, T>();
2265
return LastIndexOf(vector.
AsInt64
(), -1);
2946
return None(vector.
AsInt64
(), -1);
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Packed.cs (1)
1308
return Avx2.Permute4x64(result.
AsInt64
(), 0b_11_01_10_00).AsByte();