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