5 references to ConvertToUInt32
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse2.cs (1)
697
public static uint ConvertToUInt32(Vector128<uint> value) =>
ConvertToUInt32
(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (1)
1281
Unsafe.WriteUnaligned(ref outputBuffer, Sse2.
ConvertToUInt32
(vecNarrow));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Utility.Helpers.cs (1)
60
Unsafe.WriteUnaligned(ref outputBuffer, Sse2.
ConvertToUInt32
(vecNarrow));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (2)
1028
Unsafe.WriteUnaligned(pOutputBuffer, Sse2.
ConvertToUInt32
(Sse2.PackUnsignedSaturate(utf16Data, utf16Data).AsUInt32()));
1076
Unsafe.WriteUnaligned(pOutputBuffer, Sse2.
ConvertToUInt32
(Sse2.PackUnsignedSaturate(utf16Data, utf16Data).AsUInt32()));