1 reference to ShiftRightLogical
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (1)
1088
Vector128<byte> hiNibbles = Vector128.
ShiftRightLogical
(str.AsInt32(), 4).AsByte() & mask2F;