14 references to AsSByte
System.Private.CoreLib (14)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (7)
809Vector512<sbyte> vbmiLookup0 = Vector512.Create(decoder.VbmiLookup0).AsSByte(); 810Vector512<sbyte> vbmiLookup1 = Vector512.Create(decoder.VbmiLookup1).AsSByte(); 817Vector512<sbyte> mergeConstant0 = Vector512.Create(0x01400140).AsSByte(); 834Vector512<sbyte> errorVec = (origIndex.AsInt32() | str.AsInt32()).AsSByte(); 847str = Avx512Vbmi.PermuteVar64x8(multiAdd2.AsByte(), vbmiPackedLanesControl).AsSByte(); 1483str = Vector512.Load(src).AsSByte(); 1660str = Ascii.ExtractAsciiVector(utf16VectorLower, utf16VectorUpper).AsSByte();
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (5)
1540x25262425, 0x28292728, 0x2b2c2a2b, 0x2e2f2d2e).AsSByte(); 155Vector512<sbyte> vbmiLookup = Vector512.Create(encoder.EncodingMap).AsSByte(); 168Vector512<sbyte> str = Vector512.Load(src).AsSByte(); 188str = Vector512.ConditionalSelect(maskBB, temp3.AsUInt32(), temp2.AsUInt32()).AsSByte(); 202str = Vector512.Load(src).AsSByte();
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\StringSearchValuesHelper.cs (2)
408Vector512<byte> matches = Vector512.LessThan((input - subtraction).AsSByte(), comparison.AsSByte()).AsByte();