5 references to Store
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (2)
804Sse2.Store((byte*)destination + i, normalizedLower); 809Sse2.Store((byte*)destination + i + Vector128<byte>.Count, normalizedHigher);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse2.cs (1)
1628public static unsafe void Store(byte* address, Vector128<byte> source) => Store(address, source);
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Utility.cs (2)
989Sse2.Store((byte*)pUtf16Buffer, Sse2.UnpackLow(latin1Vector, zeroVector)); // unaligned write 1037Sse2.Store((byte*)(pUtf16Buffer + currentOffset), Sse2.UnpackLow(latin1Vector, zeroVector)); // unaligned write