PackedSimd.SignExtendWideningUpper Method

Definition

Overloads

SignExtendWideningUpper(Vector128<Byte>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::UInt16> SignExtendWideningUpper(System::Runtime::Intrinsics::Vector128<System::Byte> value);
public static System.Runtime.Intrinsics.Vector128<ushort> SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128<byte> value);
static member SignExtendWideningUpper : System.Runtime.Intrinsics.Vector128<byte> -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function SignExtendWideningUpper (value As Vector128(Of Byte)) As Vector128(Of UShort)

Parameters

value
Vector128<Byte>

Returns

Applies to

SignExtendWideningUpper(Vector128<Int16>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<int> SignExtendWideningUpper(System::Runtime::Intrinsics::Vector128<short> value);
public static System.Runtime.Intrinsics.Vector128<int> SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128<short> value);
static member SignExtendWideningUpper : System.Runtime.Intrinsics.Vector128<int16> -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function SignExtendWideningUpper (value As Vector128(Of Short)) As Vector128(Of Integer)

Parameters

value
Vector128<Int16>

Returns

Applies to

SignExtendWideningUpper(Vector128<Int32>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<long> SignExtendWideningUpper(System::Runtime::Intrinsics::Vector128<int> value);
public static System.Runtime.Intrinsics.Vector128<long> SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128<int> value);
static member SignExtendWideningUpper : System.Runtime.Intrinsics.Vector128<int> -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function SignExtendWideningUpper (value As Vector128(Of Integer)) As Vector128(Of Long)

Parameters

value
Vector128<Int32>

Returns

Applies to

SignExtendWideningUpper(Vector128<SByte>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<short> SignExtendWideningUpper(System::Runtime::Intrinsics::Vector128<System::SByte> value);
public static System.Runtime.Intrinsics.Vector128<short> SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128<sbyte> value);
static member SignExtendWideningUpper : System.Runtime.Intrinsics.Vector128<sbyte> -> System.Runtime.Intrinsics.Vector128<int16>
Public Shared Function SignExtendWideningUpper (value As Vector128(Of SByte)) As Vector128(Of Short)

Parameters

value
Vector128<SByte>

Returns

Applies to

SignExtendWideningUpper(Vector128<UInt16>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> SignExtendWideningUpper(System::Runtime::Intrinsics::Vector128<System::UInt16> value);
public static System.Runtime.Intrinsics.Vector128<uint> SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128<ushort> value);
static member SignExtendWideningUpper : System.Runtime.Intrinsics.Vector128<uint16> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function SignExtendWideningUpper (value As Vector128(Of UShort)) As Vector128(Of UInteger)

Parameters

value
Vector128<UInt16>

Returns

Applies to

SignExtendWideningUpper(Vector128<UInt32>)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::UInt64> SignExtendWideningUpper(System::Runtime::Intrinsics::Vector128<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector128<ulong> SignExtendWideningUpper(System.Runtime.Intrinsics.Vector128<uint> value);
static member SignExtendWideningUpper : System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function SignExtendWideningUpper (value As Vector128(Of UInteger)) As Vector128(Of ULong)

Parameters

value
Vector128<UInt32>

Returns

Applies to