9 references to AsInt64
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (8)
202return All(vector.AsInt64(), -1); 236return Any(vector.AsInt64(), -1); 804return Count(vector.AsInt64(), -1); 2271return IndexOf(vector.AsInt64(), -1); 2362return LessThan(vector.AsInt64(), Vector512<long>.Zero).As<long, T>(); 2433return GreaterThanOrEqual(vector.AsInt64(), Vector512<long>.Zero).As<long, T>(); 2494return LastIndexOf(vector.AsInt64(), -1); 3174return None(vector.AsInt64(), -1);
src\runtime\src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Packed.cs (1)
1318return Avx512F.PermuteVar8x64(result.AsInt64(), Vector512.Create(0, 2, 4, 6, 1, 3, 5, 7)).AsByte();