4 references to ZipUpper
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1064return Vector256.ZipUpper(left.AsVector256(), right.AsVector256()).AsVector();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
1777return (ZipLower(left, right), ZipUpper(left, right));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (2)
1783Vector256.ZipUpper(left.GetLower(), right.GetLower()) 1791Vector256.ZipUpper(left.GetUpper(), right.GetUpper())