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