12 references to AsInt64
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (2)
454sizeof(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)
282Vector256.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)
119return All(vector.AsInt64(), -1); 153return Any(vector.AsInt64(), -1); 799return Count(vector.AsInt64(), -1); 1960return IndexOf(vector.AsInt64(), -1); 2055return LessThan(vector.AsInt64(), Vector256<long>.Zero).As<long, T>(); 2130return GreaterThanOrEqual(vector.AsInt64(), Vector256<long>.Zero).As<long, T>(); 2191return LastIndexOf(vector.AsInt64(), -1); 2872return None(vector.AsInt64(), -1);
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Packed.cs (1)
1308return Avx2.Permute4x64(result.AsInt64(), 0b_11_01_10_00).AsByte();