11 references to AsInt64
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (1)
2762
x = TAggregate.Invoke(x, Vector128.Shuffle(x.
AsInt64
(), Vector128.Create(1, 0)).As<long, T>());
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Binary\BinaryPrimitives.ReverseEndianness.cs (1)
278
Vector128.Shuffle(vector.AsByte(), Vector128.Create((byte)7, 6, 5, 4, 3, 2, 1, 0, 15, 14, 13, 12, 11, 10, 9, 8)).
AsInt64
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.MinMax.cs (1)
346
x = TMinMax.Compare(x, Vector128.Shuffle(x.
AsInt64
(), Vector128.Create(1, 0)).As<long, T>());
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (8)
219
return All(vector.
AsInt64
(), -1);
252
return Any(vector.
AsInt64
(), -1);
907
return Count(vector.
AsInt64
(), -1);
2144
return IndexOf(vector.
AsInt64
(), -1);
2235
return LessThan(vector.
AsInt64
(), Vector128<long>.Zero).As<long, T>();
2306
return GreaterThanOrEqual(vector.
AsInt64
(), Vector128<long>.Zero).As<long, T>();
2367
return LastIndexOf(vector.
AsInt64
(), -1);
3097
return None(vector.
AsInt64
(), -1);