3 references to ShiftLeft
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (2)
423bitValueInProcess = Vector128.ShiftLeft(bitValueInProcess, 13); 428Vector128.ShiftLeft(offsetMaskedExponentLowerBound, 1));
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (1)
1333Vector128<uint> ievens = Vector128.ShiftLeft(m & Vector128.Create(0x0000FFFFu), 12);