4 references to LoadUnsafe
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2229
public static unsafe Vector64<T> Load<T>(T* source) =>
LoadUnsafe
(ref *source);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
797
static Vector64<T> ISimdVector<Vector64<T>, T>.LoadUnsafe(ref readonly T source) => Vector64.
LoadUnsafe
(in source);
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Equality.cs (2)
519
return AdvSimd.ZeroExtendWideningLower(Vector64.
LoadUnsafe
(ref ptr));
533
(Vector64<ushort> lower, Vector64<ushort> upper) = Vector64.Widen(Vector64.
LoadUnsafe
(ref ptr));