publicstaticSystem.Numerics.Vector<long>LoadVectorUInt16ZeroExtendToInt64(System.Numerics.Vector<long> mask,ushort* address); Parameters mask Vector<Int64> address UInt16* Returns Vector<Int64> Applies to ProductVersions .NET9 Collaborate with us on GitHub ...
> .../AArch64/redundant-orrwrs-from-zero-extend.mir | 69 ++++++++++ > 4 files changed, 248 insertions(+), 8 deletions(-) > > diff --git a/llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp > b/llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp > index 42f683613698..42db18...
publicstaticSystem.Numerics.Vector<long>LoadVectorByteZeroExtendToInt64(System.Numerics.Vector<long> mask,byte* address); Parameters mask Vector<Int64> address Byte* Returns Vector<Int64> Applies to ProductVersions .NET9 Collaborate with us on GitHub ...
publicstaticSystem.Numerics.Vector<ulong>LoadVectorByteZeroExtendToUInt64(System.Numerics.Vector<ulong> mask,byte* address); Parameters mask Vector<UInt64> address Byte* Returns Vector<UInt64> Applies to ProductVersions .NET9 Collaborate with us on GitHub ...
publicstaticSystem.Numerics.Vector<ulong>LoadVectorUInt32ZeroExtendToUInt64(System.Numerics.Vector<ulong> mask, uint* address); Parameters mask Vector<UInt64> address UInt32* Returns Vector<UInt64> Applies to ProductVersions .NET9 Collaborate with us on GitHub ...