4 references to Shuffle
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (1)
2762x = TAggregate.Invoke(x, Vector128.Shuffle(x.AsInt64(), Vector128.Create(1, 0)).As<long, T>());
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.MinMax.cs (1)
346x = TMinMax.Compare(x, Vector128.Shuffle(x.AsInt64(), Vector128.Create(1, 0)).As<long, T>());
src\runtime\src\libraries\System.Private.CoreLib\src\System\SpanHelpers.cs (2)
277tempFirst = Vector128.Shuffle(tempFirst, Vector128.Create(1, 0)); 278tempLast = Vector128.Shuffle(tempLast, Vector128.Create(1, 0));