13 references to GetLower
Microsoft.CodeAnalysis (2)
Hashing\XxHashShared.cs (2)
710
Vector64<uint> sourceLow = Vector128.Shuffle(source, Vector128.Create(0u, 2, 0, 0)).
GetLower
();
711
Vector64<uint> sourceHigh = Vector128.Shuffle(source, Vector128.Create(1u, 3, 0, 0)).
GetLower
();
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (2)
710
Vector64<uint> sourceLow = Vector128.Shuffle(source, Vector128.Create(0u, 2, 0, 0)).
GetLower
();
711
Vector64<uint> sourceHigh = Vector128.Shuffle(source, Vector128.Create(1u, 3, 0, 0)).
GetLower
();
System.IO.Hashing (6)
System\IO\Hashing\VectorHelper.cs (4)
41
return Aes.PolynomialMultiplyWideningLower(left.
GetLower
(), right.
GetLower
());
75
return Aes.PolynomialMultiplyWideningLower(left.GetUpper(), right.
GetLower
());
92
return Aes.PolynomialMultiplyWideningLower(left.
GetLower
(), right.GetUpper());
System\IO\Hashing\XxHashShared.cs (2)
701
Vector64<uint> sourceLow = Vector128.Shuffle(source, Vector128.Create(0u, 2, 0, 0)).
GetLower
();
702
Vector64<uint> sourceHigh = Vector128.Shuffle(source, Vector128.Create(1u, 3, 0, 0)).
GetLower
();
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (2)
1108
Vector128<ushort> evens = AdvSimd.ShiftLeftLogicalWideningLower(AdvSimd.Arm64.UnzipEven(str, one).
GetLower
(), 6);
1130
Vector128<int> ievens = AdvSimd.ShiftLeftLogicalWideningLower(AdvSimd.Arm64.UnzipEven(merge_ab_and_bc, one.AsInt16()).
GetLower
(), 12);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
2599
result = (TVectorSingle)(object)Vector64.Narrow(value.
GetLower
(), value.GetUpper());